Commit message (Collapse) | Author | ||
---|---|---|---|
2021-01-12 | Prevent matching the same tag twice | June McEnroe | |
2021-01-12 | Process htagml file line by line | June McEnroe | |
This simplifies some things, adds support for line number tag definitions, and should enable combining htagml with other preprocessors in the future. | |||
2021-01-12 | Split fields by tab only | June McEnroe | |
Also don't fail hard on non-forward-search definitions. | |||
2021-01-12 | List both Makefile and html.sh under README.7 | June McEnroe | |
2021-01-12 | Add htagml example | June McEnroe | |
2021-01-12 | Use mandoc and htagml for bin html | June McEnroe | |
2021-01-12 | Add htagml | June McEnroe | |
2021-01-12 | Replace causal.agency with a simple mdoc page | June McEnroe | |
2021-01-11 | Publish "Using vi" | June McEnroe | |
2021-01-11 | Enable diff.colorMoved | June McEnroe | |
2021-01-10 | Set less search case-insensitive | June McEnroe | |
2021-01-10 | Set EXINIT | June McEnroe | |
neovim is laggy as hell in my OpenBSD VM, so I switched to vi so I could type without getting frustrated. | |||
2021-01-09 | Add c -t flag to print expression type | June McEnroe | |
Also add missing float case. | |||
2021-01-05 | Update tagline | June McEnroea href='/src/commit/txt/books.txt?id=8be35f11ac32818deba275cd1aa5ad9b7f044c4b&follow=1'>Add The Book of Flora | June McEnroe |
Also bump the rating of the previous book, I enjoyed both of them a lot more than the first one. | |||
2020-01-04 | Replace gr alias with git reset | June McEnroe | |
I haven't been doing much rebasing in a long time and I've caught myself trying to use gr to do reset. | |||
2020-01-03 | Remove shotty -c flag from up | June McEnroe | |
2020-01-03 | Add Darling Don't Cry | June McEnroe | |
Heard at cafe. | |||
2020-01-01 | Update license header templates for the new year | June McEnroe | |
2019-12-26 | Add \S to sort inside braces | June McEnroe | |
2019-12-23 | Reformat music.txt | June McEnroe | |
2019-12-23 | Rename music.md to music.txt | June McEnroe | |
2019-12-23 | Add DO YOU DOUBT ME TRAITOR | June McEnroe | |
2019-12-22 | Add license header to cgit CSS | June McEnroe | |
As requested. Funny that its license header capitalizes You. | |||
2019-12-22 | Add The Book of Etta | June McEnroe | |
2019-12-21 | Revert "Add first working version of imbox" | June McEnroe | |
Moved to <https://git.causal.agency/imbox>. This reverts commit 6aa7f2f6bf47fa9df9c749ce665171fa30800937. | |||
2019-12-21 | Add first working version of imbox | June McEnroe | |
2019-12-20 | Respect mailmap in gl pretty format | June McEnroe | |
2019-12-20 | Set LANG in cgit filters | June McEnroe | |
ttpre needs to know about UTF-8 too so it can bold/italic non-ASCII chars. | |||
2019-12-20 | Source .editrc before applying -v or -e | June McEnroe | |
Otherwise a bind -v in .editrc will take precedence and overwrite the ^I binding for sh-complete. | |||
2019-12-20 | Disable signing commits | June McEnroe | |
Why did I ever turn this on? This gets me nothing but inconvenience. RIP to all the wasted bytes in my git repos. | |||
2019-12-19 | Ignore about-filter | June McEnroe | |
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 |