summary refs log tree commit diff homepage
path: root/2017 (follow)
Commit message (Expand)AuthorAge
* Day 15, part 2June McEnroe2020-11-22
* Day 15June McEnroe2020-11-22
* Day 14June McEnroe2020-11-22
* Day 13, part 2June McEnroe2020-11-22
* Day 13June McEnroe2020-11-22
* Day 12, part 2June McEnroe2020-11-22
* Day 12June McEnroe2020-11-22
* Day 11, part 2June McEnroe2020-11-22
* Day 11June McEnroe2020-11-22
* Day 10, part 2June McEnroe2020-11-22
* Day 10June McEnroe2020-11-22
* Day 9, part 2June McEnroe2020-11-22
* Day 9June McEnroe2020-11-22
* Day 8, part 2June McEnroe2020-11-22
* Day 8June McEnroe2020-11-22
* Day 7, part 2June McEnroe2020-11-22
* Day 7June McEnroe2020-11-22
* Day 6, part 2June McEnroe2020-11-22
* Day 6June McEnroe2020-11-22
* Day 5, part 2June McEnroe2020-11-22
* Day 5June McEnroe2020-11-22
* Day 4, part 2June McEnroe2020-11-22
* Day 4June McEnroe2020-11-22
* Day 3, part 2June McEnroe2020-11-22
* Day 3, clean upJune McEnroe2020-11-22
* Day 3June McEnroe2020-11-22
* Day 2, part 2June McEnroe2020-11-22
* Day 2June McEnroe2020-11-22
* Day 1, part 2June McEnroe2020-11-22
* Day 1June McEnroe2020-11-22
d>git: 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