summary refs log tree commit diff
path: root/www/git.causal.agency/cgit/html.c (unfollow)
Commit message (Expand)Author
2021-04-26Only use cells for moveColumnJune McEnroe
2021-04-26Remove samba_mdns rc scriptJune McEnroe
2021-04-26Match space between #! and /bin/shJune McEnroe
2021-04-26Remove vim aliasJune McEnroe
2021-04-26Remove neovim configsJune McEnroe
2021-04-26Add The PenelopiadJune McEnroe
2021-04-25Publish "Time Machine"June McEnroe
2021-04-25Check in dash autogen files for realJune McEnroe
2021-04-25Copy automake filesJune McEnroe
2021-04-25Revert "Check in dash autogen files"June McEnroe
2021-04-20Add The Once and Future WitchesJune McEnroe
2021-04-18Rearrange Makefile once more once more once moreJune McEnroe
2021-04-18Add -R reverse typerJune McEnroe
2021-04-18Flip card renderingJune McEnroe
2021-04-17Add freecellJune McEnroe
2021-04-12Fix crash trying to print "this commit" on 404sJune McEnroe
2021-04-11Simplify rfctagsJune McEnroe
2021-04-10Add The Relentless MoonJune McEnroe
2021-04-04Check in dash autogen filesJune McEnroe
2021-03-29Add BellwetherJune McEnroe
2021-03-23Add typer -P and -c to connect to pounceJune McEnroe
2021-03-23Add typer botJune McEnroe
2021-03-21Add Her Body and Other PartiesJune McEnroe
2021-03-16Add some missing justification to "C Style"June McEnroe
2021-03-16Publish "C Style"June McEnroe
2021-03-15Add The City We BecameJune McEnroe
2021-03-14Add bubger to causal.agency pageJune McEnroe
2021-03-10Remove bubger from planJune McEnroe
2021-03-06Optionally compress RFCs, decompress in rfc(1)June McEnroe
2021-03-06Remove rfc.vimJune McEnroe
2021-03-04Publish "Mailing List"June McEnroe
2021-03-01Add cwm bindings for tilingJune McEnroe
2021-02-27Move LESS_TERMCAP settings to .shrcJune McEnroe
2021-02-27Revert "Lower sctd temperature"June McEnroe
2021-02-26Make mktemp -t compatible with OpenBSDJune McEnroe
2021-02-26Lower sctd temperatureJune McEnroe
2021-02-24Add feed reader for IMAP to planJune McEnroe
2021-02-24Add mailist, liberapay to indexJune McEnroe
2021-02-24Add -q flag to everJune McEnroe
2021-02-24Remove sbubby, etc. from planJune McEnroe
2021-02-23Switch to Go Mono on OpenBSDJune McEnroe
2021-02-22Publish "Operating systems"June McEnroe
2021-02-22Iterate over text files to generate feedJune McEnroe
2021-02-21Add asciinema to supJune McEnroe
2021-02-21Add Liberapay to supJune McEnroe
2021-02-20Publish "Unpasswords"June McEnroe
2021-02-19Fix (hopefully) matching shell reserved wordsJune McEnroe
2021-02-19Handle negative inputs to degJune McEnroe
2021-02-19Add Network EffectJune McEnroe
2021-02-17Add bugzilla support to supJune McEnroe
June 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