about summary refs log tree commit diff
path: root/cgit.mk (follow)
Commit message (Expand)AuthorAge
* cgit.mk: fix dependency handlingJohn Keeping2013-04-08
* Makefile: re-include cgit.conf in cgit.mkJohn Keeping2013-04-08
* cgit.mk: Use SHELL_PATH_SQ to run gen-version.shJohn Keeping2013-03-20
* cgit.mk: don't rebuild everything if CGIT_VERSION changesJohn Keeping2013-03-20
* Makefile: re-use Git's Makefile where possibleJohn Keeping2013-03-20
logJune McEnroe2019-02-25 | * Output raw to standard error if it is not a terminalJune McEnroe2019-02-25 | * Update tag colorsJune McEnroe2019-02-25 | | | | | | This kind of incurs a lot of writes usually for no reason. The only place this matters is when cold-opening a /query. I wonder if there's a better way to do that. * Add color to tagsJune McEnroe2019-02-25 | * Remove tag X macros againJune McEnroe2019-02-25 | * Add M-a to switch to hot or unread windowJune McEnroe2019-02-25 | * Refactor uiReadJune McEnroe2019-02-25 | | | | Centralizes the branching. * Scroll by full pages with PageUp/PageDown