about summary refs log tree commit diff
path: root/README.7 (follow)
Commit message (Expand)AuthorAge
* Reimplement text macrosJune McEnroe2022-02-19
* Factor out input handling to input.cJune McEnroe2022-02-19
* Factor out window management to window.cJune McEnroe2022-02-19
* Move sandman build to scripts/MakefileJune McEnroe2022-02-12
* Refer to long option names, prefix commands with $ 2.0June McEnroe2021-12-11
* chroot: Factor out and add OpenBSD buildJune McEnroe2021-09-27
* Attempt to keep "security" in README accurateJune McEnroe2021-07-13
* Move security to the features listJune McEnroe2021-06-28
* Encourage packagers to patch in text macrosJune McEnroe2021-06-24
* Add mailing list archive to READMEJune McEnroe2021-06-17
* Remove no longer needed advice about mandirJune McEnroe2021-05-04
* Fix README typo 1.7June McEnroe2021-03-18
* Add donation link to README 1.6June McEnroe2021-02-08
* Add Repology links to READMEJune McEnroe2021-01-28
* Add protocol coverage to non-features listJune McEnroe2021-01-25
* Move mention of pledge(2) and unveil(2) to READMEJune McEnroe2021-01-25
* Add example tmux(1) configKlemens Nanni2021-01-18
* Rename ignore code to filterJune McEnroe2021-01-16
* Add topic diffing to notable features 1.3June McEnroe2020-11-11
* Factor buffer out of uiJune McEnroe2020-09-01
* Say for instead of withJune McEnroe2020-08-05
* Mention LibreTLS in install instructionsJune McEnroe2020-08-04
* Fix --mandir rendering in READMEJune McEnroe2020-08-03
* Support --prefix and --mandir in configure script 1.1June McEnroe2020-07-23
* Rewrite configure script for all platformsJune McEnroe2020-07-23
* Add link to "IRC Suite" post in READMEJune McEnroe2020-07-08
* Add OpenBSD to READMEJune McEnroe2020-06-11
* Don't compress man page or use configure on FreeBSDJune McEnroe2020-05-23
* Update email addressesJune McEnroe2020-05-05
* Add split scrolling to READMEJune McEnroe2020-04-06
* Add note about symlinking /etc/ssl/cert.pemJune McEnroe2020-04-04
* Mention running ldconfig after editing /etc/ld.so.confJune McEnroe2020-04-01
* Add note about building LibreSSL manuallyJune McEnroe2020-04-01
* Add notes on how to view README.7June McEnroe2020-03-31
* Add pounce to README's SEE ALSOJune McEnroe2020-03-31
* Update features listJune McEnroe2020-03-31
* Add /ignore message filtering patternsJune McEnroe2020-03-31
* Add logging functionsJune McEnroe2020-03-25
* Add sandman wrapperJune McEnroe2020-02-12
* Document scripts in READMEJune McEnroe2020-02-12
* Add note about setting PKG_CONFIG_PATHJune McEnroe2020-02-11
* Add INSTALLING section to READMEJune McEnroe2020-02-11
* Add READMEJune McEnroe2020-02-11
ping 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