Commit message (Collapse) | Author | ||
---|---|---|---|
2019-12-19 | Fix matching make tags with no sources | June McEnroe | |
2019-12-19 | Avoid matching := assignments as tags | June McEnroe | |
2019-12-18 | Hide line numbers when rendering mdoc | June McEnroe | |
Hack: output an extra <td> after rendering mdoc so that line numbers can be hidden based on there being three. This required splitting source-filter and about-filter since on about pages there is no table. | |||
2019-12-18 | Customize cgit CSS | June McEnroe | |
2019-12-18 | Use :target rather than :focus pseudo-class | June McEnroe | |
:target persists after you click on something else. | |||
2019-12-18 | Copy cgit auxiliary binaries properly | June McEnroe | |
2019-12-18 | Add git.causal.agency cgit config | June McEnroe | |
2019-12-18 | Bail from hi if input is binary | June McEnroe | |
NULs in the input cause an infinite loop in htmlEscape, not to mention regexes obviously not working, etc. | |||
2019-12-16 | Post "cgit setup" | June McEnroe |