summary refs log tree commit diff
Commit message (Expand)AuthorAge
...
* | | Remove bubger from planJune McEnroe2021-03-10
* | | Optionally compress RFCs, decompress in rfc(1)June McEnroe2021-03-06
* | | Remove rfc.vimJune McEnroe2021-03-06
* | | Publish "Mailing List"June McEnroe2021-03-04
* | | Add cwm bindings for tilingJune McEnroe2021-03-01
* | | Move LESS_TERMCAP settings to .shrcJune McEnroe2021-02-27
* | | Revert "Lower sctd temperature"June McEnroe2021-02-27
* | | Make mktemp -t compatible with OpenBSDJune McEnroe2021-02-26
* | | Lower sctd temperatureJune McEnroe2021-02-26
* | | Add feed reader for IMAP to planJune McEnroe2021-02-24
* | | Add mailist, liberapay to indexJune McEnroe2021-02-24
* | | Add -q flag to everJune McEnroe2021-02-24
* | | Remove sbubby, etc. from planJune McEnroe2021-02-24
* | | Switch to Go Mono on OpenBSDJune McEnroe2021-02-23
* | | Publish "Operating systems"June McEnroe2021-02-22
* | | Iterate over text files to generate feedJune McEnroe2021-02-22
* | | Add asciinema to supJune McEnroe2021-02-21
* | | Add Liberapay to supJune McEnroe2021-02-21
* | | Publish "Unpasswords"June McEnroe2021-02-20
* | | Fix (hopefully) matching shell reserved wordsJune McEnroe2021-02-19
* | | Handle negative inputs to degJune McEnroe2021-02-19
* | | Add Network EffectJune McEnroe2021-02-19
* | | Add bugzilla support to supJune McEnroe2021-02-17
* | | Just use pbcopy in upJune McEnroe2021-02-17
* | | Use curl --url for URL from emailJune McEnroe2021-02-17
* | | Add tildenews support to supJune McEnroe2021-02-16
* | | Add sup for setting single-use passwordsJune McEnroe2021-02-16
* | | Add missing %U for RFCs in bibsortJune McEnroe2021-02-16
* | | Set XTerm*charClass to select URLsJune McEnroe2021-02-15
* | | Add xdimmer to "Using OpenBSD"June McEnroe2021-02-15
* | | Publish "Using OpenBSD"June McEnroe2021-02-14
* | | Set font size back down to 11June McEnroe2021-02-14
* | | Add install targets to binJune McEnroe2021-02-10
* | | Colour battery level red when criticalJune McEnroe2021-02-10
* | | Set LC_CTYPE=en_US.UTF-8June McEnroe2021-02-10
* | | Add ~/.local/share/man to MANPATHJune McEnroe2021-02-09
* | | Fix adding /usr/games to PATHJune McEnroe2021-02-09
* | | Show battery level while charging, time while dischargingJune McEnroe2021-02-09
* | | Install sctJune McEnroe2021-02-09
* | | Show minutes left instead of battery percentageJune McEnroe2021-02-09
* | | Set antialiasing and unhinting globallyJune McEnroe2021-02-09
* | | Open youtube and twitch with mpvJune McEnroe2021-02-09
* | | Add volume control bindings to cwmJune McEnroe2021-02-09
* | | Use w3m to open other URLsJune McEnroe2021-02-09
* | | Disable mouse mode in xtermJune McEnroe2021-02-09
* | | Add pbcopy, pbpaste, open dispatch scriptsJune McEnroe2021-02-09
* | | Use flags for pbd client behaviourJune McEnroe2021-02-09
* | | Add macOS-like copy and paste to xtermJune McEnroe2021-02-08
* | | Only update clock script every minuteJune McEnroe2021-02-08
* | | Use 4M- for window resizing in cwmJune McEnroe2021-02-08
writing each commit based on whether or not stdout points to a regular file (in maybe_flush_or_die()). Which means that when writing directly to the webserver, Git flushes stdout for us, but when we redirect stdout to the cache it points to a regular file so Git no longer flushes the output for us. The patch is still correct, but perhaps the full explanation is interesting! Reported-by: Konstantin Ryabitsev <mricon@kernel.org> 2014-06-28ui-log: ignore unhandled argumentsJohn Keeping If you search for a bogus range string here: http://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/log/ Using something like "range" and "qwerty123456", it returns an "Internal Server Error" and the following in the logs: > [Tue Jun 10 17:45:32 2014] [error] [client 172.21.1.6] fatal: > ambiguous argument 'qwerty123456': unknown revision or path not in the > working tree., referer: > http://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/ > [Tue Jun 10 17:45:32 2014] [error] [client 172.21.1.6] Use '--' to > separate paths from revisions, like this:, referer: > http://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/ > [Tue Jun 10 17:45:32 2014] [error] [client 172.21.1.6] 'git <command> > [<revision>...] -- [<file>...]', referer: > http://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/ > [Tue Jun 10 17:45:32 2014] [error] [client 172.21.1.6] Premature end > of script headers: cgit, referer: > http://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/ The cache will kick in, so if you search for the same string again, it'll show an empty range, so you have to change the bogus strings each time. This is because we just pass the arguments straight to Git's revision parsing machinery which die()s if it cannot parse an argument, printing the above to stderr and exiting. The patch below makes it a bit friendlier by just ignoring unhandled arguments, but I can't see an easy way to report errors when we can't parse revision arguments without losing the flexibility of supporting all of the revision specifiers supported by Git. Reported-by: Konstantin Ryabitsev <mricon@kernel.org> 2014-06-28git: update for git 2.0Christian Hesse prefixcmp() and suffixcmp() have been remove, functionality is now provided by starts_with() and ends_with(). Retrurn values have been changed, so instead of just renaming we have to fix logic. Everything else looks just fine. 2014-04-17remove trailing whitespaces from source filesChristian Hesse 2014-04-12git: update to 1.9.2Christian Hesse Everything works just bumping the version in Makefile and commit hash in submodule. No code changes required. 2014-04-05Fix cgit_parse_url when a repo url is contained in another repo urlJulian Maurice For example, if I have two repos (remove-suffix is enabled): /foo /foo/bar http://cgit/foo/bar/ is interpreted as "repository 'foo', command 'bar'" instead of "repository 'foo/bar'" 2014-03-20Makefile: use more reliable git tarball mirrorJason A. Donenfeld 2014-03-20git: update to 1.9.1Christian Hesse