summary refs log tree commit diff
Commit message (Expand)AuthorAge
...
* Add a few more notes about librariesJune McEnroe2019-12-11
* Post "Some Libraries"June McEnroe2019-12-11
* Document diff input language in hiJune McEnroe2019-12-11
* Add Truth HurtsJune McEnroe2019-12-11
* Add Artificial ConditionJune McEnroe2019-12-08
* Allow cd-ing into a fileJune McEnroe2019-12-05
* Add The Fifth SeasonJune McEnroe2019-12-05
* Fix \? prompt expansion for more than one digitJune McEnroe2019-12-02
* Only add existing directories to PATHJune McEnroe2019-11-29
* Clear PATH before populating it againJune McEnroe2019-11-27
* Rename bin.7 to README.7June McEnroe2019-11-27
* Document HISTFILEJune McEnroe2019-11-26
* Update catgirl screenshotJune McEnroe2019-11-25
* Update shotty flagsJune McEnroe2019-11-25
* Replace shotty with code from streamJune McEnroe2019-11-25
* Add bman alias for FreeBSD man pagesJune McEnroe2019-11-22
* Remove Linux aliases from .shrcJune McEnroe2019-11-22
* Add Rogue ProtocolJune McEnroe2019-11-22
* Remove 1sh env.shJune McEnroe2019-11-21
* Use .profile, .shrc, .historyJune McEnroe2019-11-21
* Remove default ENV from manualJune McEnroe2019-11-21
* Do not apply expansion to HISTFILEJune McEnroe2019-11-21
* Revert "Set default ENV to ~/.config/cash/cashrc"June McEnroe2019-11-21
* Remove HISTFILE default valueJune McEnroe2019-11-21
* Remove vendored libeditJune McEnroe2019-11-21
* Revert "Use local libedit"June McEnroe2019-11-21
* Just use H_LOAD and H_SAVEJune McEnroe2019-11-21
* Use braces in 1sh MakefileJune McEnroe2019-11-21
* Add \? to promptJune McEnroe2019-11-20
* Add \? exit status prompt expansionJune McEnroe2019-11-20
* Remove PSlitJune McEnroe2019-11-20
* Remove color from 1sh promptsJune McEnroe2019-11-20
* Move pounce to top of causal.agencyJune McEnroe2019-11-19
* Add Ninefox GambitJune McEnroe2019-11-18
* Add The Great BelieversJune McEnroe2019-11-08
* Add GPL header templateJune McEnroe2019-11-06
* Add uber messageJune McEnroe2019-11-01
* Add Hobo Johnson and The Lovemakers Tiny DeskJune McEnroe2019-11-01
* Use braces in causal.agency MakefileJune McEnroe2019-10-30
* Add scheme "screenshot" to causal.agencyJune McEnroe2019-10-30
* Add pounce to causal.agencyJune McEnroe2019-10-30
* Mark ' for \aJune McEnroe2019-10-28
* Add The Book of the Unnamed MidwifeJune McEnroe2019-10-23
* Add ConcreteJune McEnroe2019-10-22
* Set the write variable for nvim man modeJune McEnroe2019-10-14
* Add All Systems RedJune McEnroe2019-10-13
* Add The Book of PhoenixJune McEnroe2019-10-10
* Add two Kim Petras songsJune McEnroe2019-10-03
* Update neovim 0.4.2June McEnroe2019-10-02
* Claim to be curl(1) in titleJune McEnroe2019-10-02
l: > 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