summary refs log tree commit diff
Commit message (Expand)AuthorAge
...
* | | Add xterm output to schemeJune McEnroe2021-02-06
* | | Add wsconsctl.confJune McEnroe2021-02-06
* | | Add /usr/X11R6/bin to PATHJune McEnroe2021-02-06
* | | Add I Hope We Choose LoveJune McEnroe2021-02-05
* | | Use owner-filter to add Liberapay donation buttonsJune McEnroe2021-02-04
* | | Use owner-filter for repo page headersJune McEnroe2021-02-04
* | | Warn twice about stopped jobsJune McEnroe2021-02-04
* | | Remove cgit logo using cgitrcJune McEnroe2021-02-04
* | | Add The Rosewater RedemptionJune McEnroe2021-01-31
* | | Use int when checking for EOFJune McEnroe2021-01-29
* | | Move gpl.c and agpl.c templates out of etcJune McEnroe2021-01-28
* | | Set para and sect for mdocJune McEnroe2021-01-27
* | | Use First state to match keyword at beginning of lineJune McEnroe2021-01-26
* | | Install vi on Linux and nvi on macOSJune McEnroe2021-01-25
* | | Use vi and lessJune McEnroe2021-01-25
* | | Use mtags for sh in source-filterJune McEnroe2021-01-20
* | | Generate tags for sh files in mtagsJune McEnroe2021-01-20
* | | Add messy sh lexerJune McEnroe2021-01-20
* | | Add all target to git.causal.agency MakefileJune McEnroe2021-01-20
* | | Remove Lua supportJune McEnroe2021-01-20
* | | Fix tests for diff spansJune McEnroe2021-01-20
* | | Avoid matching ':' in make tagsJune McEnroe2021-01-20
* | | Prefer tag matches not preceded by [[:alnum:]]June McEnroe2021-01-19
* | | Escape \ and / in mtags search patternsJune McEnroe2021-01-19
* | | Use mtags in source-filterJune McEnroe2021-01-20
* | | Add mtags to generate tags for make and mdocJune McEnroe2021-01-19
* | | Map tags to IDs using only [[:alnum:]-._]June McEnroe2021-01-19
* | | Don't use a pager if reading standard inputJune McEnroe2021-01-19
* | | Support BSD make syntax and match *.amJune McEnroe2021-01-19
* | | Match tab following escaped newline in make assignmentsJune McEnroe2021-01-19
* | | Allow matching lexers using first input lineJune McEnroe2021-01-18
* | | Add mdate scriptJune McEnroe2021-01-18
* | | Don't compress RFCs, add rfc(1) commandJune McEnroe2021-01-18
* | | Publish "reusing tags"June McEnroe2021-01-17
* | | Use <pre> and <span> to print diffsJune McEnroe2021-01-17
* | | Ignore cgit/gitJune McEnroe2021-01-17
* | | Link to causal.agency cgit from footerJune McEnroe2021-01-17
* | | Use buffered stdioEric Wong2021-01-17
* | | Remove redundant title on repo anchorsChris Mayo2021-01-17
* | | Improve button spacing for browsers w/o CSSEric Wong2021-01-17
* | | Improve decoration display for browsers without CSSEric Wong2021-01-17
* | | Use <pre> for commit-msgEric Wong2021-01-17
* | | Improve pageheader display on text-based browsersEric Wong2021-01-17
* | | Use git raw note formatChris Mayo2021-01-17
* | | Touch tags in source-filterJune McEnroe2021-01-17
* | | Add -Wint-conversion tweetJune McEnroe2021-01-16
* | | Automatically pipe hilex ANSI output to PAGERJune McEnroe2021-01-15
* | | Use a temp directory in source-filter to preserve nameJune McEnroe2021-01-15
* | | Simplyify htagml match outputJune McEnroe2021-01-15
* | | Output htagml -x from the main loopJune McEnroe2021-01-15
better things to sort by but title definitely always exists. 2021-09-13Swap-remove tags as they're foundJune McEnroe This makes it even faster. From ~1s on a sqlite3.c amalgamation to ~0.85s. 2021-09-12Replace htagml regex with strncmpJune McEnroe Since ctags only ever produces regular expressions of the form /^re$/ or /^re/ with no other special characters, instead unescape the pattern and simply use strncmp. Running on a sqlite3.c amalgamation, the regex version takes ~37s while the strncmp version takes ~1s, producing identical output. Big win! 2021-09-11Also defer printing comment for lone close-parensJune McEnroe 2021-09-10Publish "git-comment"June McEnroe 2021-09-10Add git comment --pretty optionJune McEnroe 2021-09-08Defer printing comment if line is blank or closing braceJune McEnroe This fixes badly indented comments. 2021-09-08Up default min-repeat to 30 linesJune McEnroe 2021-09-08Handle dirty lines in git-commentJune McEnroe 2021-09-08Document and install git-commentJune McEnroe 2021-09-08Add repeat and all options to git-commentJune McEnroe 2021-09-08Add group threshold to git-commentJune McEnroe