summary refs log tree commit diff
path: root/bin (follow)
Commit message (Expand)AuthorAge
* Fix lobsters/tildenews loginJune McEnroe2021-10-04
* Just zero mailsize on changemailJune McEnroe2021-10-02
* Fix chkmail loop break conditionJune McEnroe2021-10-02
* Check sizes of mailboxes, not timesJune McEnroe2021-10-02
* Add htagml -m to rename main tagJune McEnroe2021-10-01
* pledge(2) mtagsJune McEnroe2021-09-30
* pledge(2) htagmlJune McEnroe2021-09-30
* pledge(2) hilexJune McEnroe2021-09-30
* Update dash autoconf/automake filesJune McEnroe2021-09-27
* Update root path in up.shJune McEnroe2021-09-25
* Set SO_REUSEADDR in quickJune McEnroe2021-09-25
* Pledge downgradeJune McEnroe2021-09-24
* Set original socket CLOEXECJune McEnroe2021-09-24
* Consume request headers using MSG_PEEKJune McEnroe2021-09-24
* Set only HTTP_HOSTJune McEnroe2021-09-24
* Use NI_NUMERICSERVJune McEnroe2021-09-23
* Add quickJune McEnroe2021-09-23
* Remove Linux-specific utilitiesJune McEnroe2021-09-22
* Use Z_FILTERED strategyJune McEnroe2021-09-21
* Recalculate various lengths only as neededJune McEnroe2021-09-21
* Rewrite pngo, add explicit optionsJune McEnroe2021-09-21
* Fix /* **/ comment matchingJune McEnroe2021-09-16
* Remove typer, add downgrade to READMEJune McEnroe2021-09-15
* Set bot mode on downgradeJune McEnroe2021-09-15
* Enter capsicum in downgradeJune McEnroe2021-09-15
* Factor out common parts of downgrade messagesJune McEnroe2021-09-15
* Add downgrade IRC botJune McEnroe2021-09-14
* Sort by title if authors matchJune McEnroe2021-09-14
* Swap-remove tags as they're foundJune McEnroe2021-09-13
* Replace htagml regex with strncmpJune McEnroe2021-09-12
* Also defer printing comment for lone close-parensJune McEnroe2021-09-11
* Add git comment --pretty optionJune McEnroe2021-09-10
* Defer printing comment if line is blank or closing braceJune McEnroe2021-09-08
* Up default min-repeat to 30 linesJune McEnroe2021-09-08
* Handle dirty lines in git-commentJune McEnroe2021-09-08
* Document and install git-commentJune McEnroe2021-09-08
* Add repeat and all options to git-commentJune McEnroe2021-09-08
* Add group threshold to git-commentJune McEnroe2021-09-08
* Add initial working version of git-commentJune McEnroe2021-09-08
* Document lack of alt text in dehtmlJune McEnroe2021-09-07
* Add HTML entities used by "legacy" twitterJune McEnroe2021-09-07
* Generate bin html for .l files correctlyJune McEnroe2021-09-07
* Add dehtmlJune McEnroe2021-09-07
* Use command -v rather than typeJune McEnroe2021-08-25
* Strip typer down to copy or reverse modesJune McEnroe2021-07-09
* Add patreon to supJune McEnroe2021-07-05
* Use $SHELL -c to run up -c | -t commandsJune McEnroe2021-06-21
* Merge dash v0.5.11.4June McEnroe2021-06-20
* Show number of weeks for scalar if evenJune McEnroe2021-06-08
* Handle missing last names in bibsortJune McEnroe2021-05-04
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