Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ansi2html: support passing titles | bptato | 2024-03-29 | 1 | -8/+5 |
| | | | | | | | Use content type attributes so e.g. git.cgi can set the title even with a text/x-ansi content type. (This commit also fixes some bugs in content type attribute handling.) | ||||
* | git.cgi: fix on older QJS versions | bptato | 2024-03-29 | 1 | -1/+1 |
| | | | | Array.prototype.at is not present in previous QJS releases. | ||||
* | git.cgi: add "view" link to git switch panel | bptato | 2024-03-25 | 1 | -1/+3 |
| | |||||
* | git.cgi: add custom git switch | bptato | 2024-03-24 | 1 | -16/+35 |
| | | | | just a clickable UI for switching branches | ||||
* | ansi2html: add separate switch for "standalone" | bptato | 2024-03-21 | 1 | -1/+1 |
| | | | | | this way its output can be embedded into documents without a pointless DT declaration | ||||
* | git.cgi: show command in title for log | bptato | 2024-03-20 | 1 | -0/+3 |
| | |||||
* | bonus: add git.cgi | bptato | 2024-03-19 | 1 | -0/+64 |
just for clickable git log hashes |