about summary refs log tree commit diff
BranchCommit messageAuthorAge
masterUpdate to FreeBSD 15.0, Linux man-pages 6.16, macOS 26.1Štěpán Němec8 months
 
TagDownloadAuthorAge
2082.16exman-2082.16.tar.gz  exman-2082.16.zip  Štěpán Němec8 months
2081.35exman-2081.35.tar.gz  exman-2081.35.zip  Štěpán Němec11 months
2070.75exman-2070.75.tar.gz  exman-2070.75.zip  Štěpán Němec14 months
2066.54exman-2066.54.tar.gz  exman-2066.54.zip  Štěpán Němec15 months
2066.8exman-2066.8.tar.gz  exman-2066.8.zip  Štěpán Němec23 months
2066.5exman-2066.5.tar.gz  exman-2066.5.zip  Štěpán Němec2 years
2065.7exman-2065.7.tar.gz  exman-2065.7.zip  Štěpán Němec3 years
2065.06exman-2065.06.tar.gz  exman-2065.06.zip  Štěpán Němec3 years
2065.05exman-2065.05.tar.gz  exman-2065.05.zip  Štěpán Němec3 years
2064.25exman-2064.25.tar.gz  exman-2064.25.zip  Kusoneko3 years
2064.15exman-2064.15.tar.gz  exman-2064.15.zip  Štěpán Němec3 years
2063.93exman-2063.93.tar.gz  exman-2063.93.zip  Štěpán Němec4 years
2063.91exman-2063.91.tar.gz  exman-2063.91.zip  Štěpán Němec4 years
2063.9exman-2063.9.tar.gz  exman-2063.9.zip  June McEnroe4 years
2063.8exman-2063.8.tar.gz  exman-2063.8.zip  Štěpán Němec4 years
2062.83exman-2062.83.tar.gz  exman-2062.83.zip  June McEnroe4 years
2062.73exman-2062.73.tar.gz  exman-2062.73.zip  June McEnroe4 years
2062.63exman-2062.63.tar.gz  exman-2062.63.zip  June McEnroe5 years
2062.53exman-2062.53.tar.gz  exman-2062.53.zip  Štěpán Němec5 years
2062.52exman-2062.52.tar.gz  exman-2062.52.zip  June McEnroe5 years
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