summary refs log tree commit diff
path: root/www/git.causal.agency/cgit/ui-plain.c (unfollow)
Commit message (Collapse)Author
2021-04-26Remove samba_mdns rc scriptJune McEnroe
Newer samba package forces me to use avahi :(
2021-04-26Match space between #! and /bin/shJune McEnroe
2021-04-26Remove vim aliasJune McEnroe
I type vi now (it's shorter), so vim can be vim when I need it.
2021-04-26Remove neovim configsJune McEnroe
I don't use it anymore except when I need UTF-8, and I'd rather just use unconfigured vim for that.
2021-04-26Add The PenelopiadJune McEnroe
Tedious. I must give up on the classics fanfiction genre.
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
This reverts commit 84094668ce6873b0922940b2d863ee852839e9f2. Well apparently this just created symlinks to system files. Stupid.
2021-04-20Add The Once and Future WitchesJune McEnroe
2021-04-18Rearrange Makefile once more once more once moreJune McEnroe
Well now I can add targets to ALL in config.mk so that's simpler.
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
For example any URL that starts with a real repo name but isn't valid.
2021-04-11Simplify rfctagsJune McEnroe
I wasn't thinking perl enough.
2021-04-10Add The Relentless MoonJune McEnroe
More interesting than I remember the second book being, but so long too.
2021-04-04Check in dash autogen filesJune McEnroe
So that I don't need to install autoconf/automake to build it.
2021-03-29Add BellwetherJune McEnroe
Found in a street library. Was surprised to find something other than mystery. It was amusing, but the writing and overall story was not great.
2021-03-23Add typer -P and -c to connect to pounceJune McEnroe
Of course, running this full time would really fill up the buffer...
2021-03-23Add typer botJune McEnroe
Ok maybe I'm an asshole.
2021-03-21Add Her Body and Other PartiesJune McEnroe
I have a problem with short stories. They pull you in and then take you nowhere. The stories were good though, and I especially liked the SVU one.
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
Gotta say the writing of Queens as a math nerd was kinda cringe though.
2021-03-14Add bubger to causal.agency pageJune McEnroe
2021-03-10Remove bubger from planJune McEnroe
It's done, tagged 1.0.
2021-03-06Optionally compress RFCs, decompress in rfc(1)June McEnroe
2021-03-06Remove rfc.vimJune McEnroe
I don't use neovim regularly anymore and I prefer rfc as an analog to man.
2021-03-04Publish "Mailing List"June McEnroe
2021-03-01Add cwm bindings for tilingJune McEnroe
2021-02-27Move LESS_TERMCAP settings to .shrcJune McEnroe
They depend on TERM, so they shouldn't run in .profile.
2021-02-27Revert "Lower sctd temperature"June McEnroe
This reverts commit 8fc4b56a2f6d12d5430e1e01fc012331c875d910. Nope, this makes it too orange too early in the day. I think the peak times need to be adjusted instead, but sctd is... lacking.
2021-02-26Make mktemp -t compatible with OpenBSDJune McEnroe
Such an annoyance that this flag is incompatible between FreeBSD and OpenBSD. On FreeBSD it takes an argument, on OpenBSD it does not. Doing it this way is technically compatible with both, but on FreeBSD the generated file name has an extra .XXXXXXXXXX in it. Oh well.
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
CardDAV is just too annoying to figure out. I'll keep managing mailing list subscriptions manually. The getaddrinfo with SRV thing I did implement, in getservinfo.c in various projects. And I share code by copying files and using git cherry-pick. Works fine.
2021-02-23Switch to Go Mono on OpenBSDJune McEnroe
Luxi's uncrossed zero is just too bad. Oh and lower case l is also better in Go.
2021-02-22Publish "Operating systems"June McEnroe
2021-02-22Iterate over text files to generate feedJune McEnroe
So that only "published" text files are included.
2021-02-21Add asciinema to supJune McEnroe
2021-02-21Add Liberapay to supJune McEnroe
Don't actually need to set a password for this one, but I can automate using the email link to log in.
2021-02-20Publish "Unpasswords"June McEnroe
2021-02-19Fix (hopefully) matching shell reserved wordsJune McEnroe
To not conflict with matching closing command substitution parentheses on their own lines.
2021-02-19Handle negative inputs to degJune McEnroe
2021-02-19Add Network EffectJune McEnroe
2021-02-17Add bugzilla support to supJune McEnroe
2021-02-17Just use pbcopy in upJune McEnroe
I have a generic pbcopy wrapper now.
efile?id=2ef4edee19c3f935dfffc3e0f4a56f5e2f183fa4&follow=1'>tests: allow shell to be overriddenJohn Keeping On some systems (e.g. Solaris), /bin/sh is not a POSIX shell. Git already provides suitable overrides in its config.mak.uname file and we provide cgit.conf to allow the user to further change this. The code for this is taken from Git's t/Makefile, meaning that we now invoke the tests in the same way that Git does. Signed-off-by: John Keeping <john@keeping.me.uk> 2015-08-13redirect: cleanlinessJason A. Donenfeld 2015-08-13redirect: be more careful for different cgi setupsJason A. Donenfeld 2015-08-12ui-log: fix double countingJohn Keeping This crept in while rebasing the previous commit onto an updated upstream. Signed-off-by: John Keeping <john@keeping.me.uk> 2015-08-12log: allow users to follow a fileJohn Keeping Teach the "log" UI to behave in the same way as "git log --follow", when given a suitable instruction by the user. The default behaviour remains to show the log without following renames, but the follow behaviour can be activated by following a link in the page header. Follow is not the default because outputting merges in follow mode is tricky ("git log --follow" will not show merges). We also disable the graph in follow mode because the commit graph is not simplified so we end up with frequent gaps in the graph and many lines that do not connect with any commits we're actually showing. We also teach the "diff" and "commit" UIs to respect the follow flag on URLs, causing the single-file version of these UIs to detect renames. This feature is needed only for commits that rename the path we're interested in. For commits before the file has been renamed (i.e. that appear later in the log list) we change the file path in the links from the log to point to the old name; this means that links to commits always limit by the path known to that commit. If we didn't do this we would need to walk down the log diff'ing every commit whenever we want to show a commit. The drawback is that the "Log" link in the top bar of such a page links to the log limited by the old name, so it will only show pre-rename commits. I consider this a reasonable trade-off since the "Back" button still works and the log matches the path displayed in the top bar. Since following renames requires running diff on every commit we consider, I've added a knob to the configuration file to globally enable/disable this feature. Note that we may consider a large number of commits the revision walking machinery no longer performs any path limitation so we have to examine every commit until we find a page full of commits that affect the target path or something related to it. Suggested-by: René Neumann <necoro@necoro.eu> Signed-off-by: John Keeping <john@keeping.me.uk> 2015-08-12shared: make cgit_diff_tree_cb publicJohn Keeping This will allow us to use this nice wrapper function elsewhere, avoiding dealing with the diff queue when we only need to inspect a filepair. Signed-off-by: John Keeping <john@keeping.me.uk> 2015-08-12t0110: Chain together using &&Jason A. Donenfeld 2015-08-12about: always ensure page has a trailing slashJason A. Donenfeld Otherwise we can't easily embed links to other /about/ pages. Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com> 2015-08-12filters: apply HTML escapingLazaros Koromilas http://www.w3.org/International/questions/qa-escapes#use 2015-08-12git: update to v2.5.0Christian Hesse Update to git version v2.5.0. * Upstream commit 5455ee0573a22bb793a7083d593ae1ace909cd4c (Merge branch 'bc/object-id') changed API: for_each_ref() callback functions were taught to name the objects not with "unsigned char sha1[20]" but with "struct object_id". * Upstream commit dcf692625ac569fefbe52269061230f4fde10e47 (path.c: make get_pathname() call sites return const char *) Signed-off-by: Christian Hesse <mail@eworm.de> 2015-08-12Fix processing of repo.hide and repo.ignoreDaniel Reichelt