summary refs log tree commit diff homepage
path: root/src (follow)
Commit message (Collapse)AuthorAge
* Fuck day 11 part 2June McEnroe2020-11-22
|
* Fuck day 11June McEnroe2020-11-22
|
* Day 17 part 2June McEnroe2020-11-22
|
* Day 17June McEnroe2020-11-22
|
* Day 18 part 2June McEnroe2020-11-22
|
* Day 18June McEnroe2020-11-22
|
* Day 16 part 2June McEnroe2020-11-22
|
* Day 16June McEnroe2020-11-22
|
* Day 15 part 2June McEnroe2020-11-22
|
* Day 15June McEnroe2020-11-22
|
* Day 14 part 2June 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 10 part 2June McEnroe2020-11-22
|
* Day 10June McEnroe2020-11-22
|
* Day 9 part 2June McEnroe2020-11-22
|
* Refactor day 9June McEnroe2020-11-22
|
* Day 9June McEnroe2020-11-22
|
* Day 8 parts 1 and 2June McEnroe2020-11-22
|
* Day 7 part 2June McEnroe2020-11-22
|
* Refactor day 7June McEnroe2020-11-22
|
* Day 7June McEnroe2020-11-22
|
* Day 6 part 2June McEnroe2020-11-22
| | | | I still want to refactor this though.
* Day 6, less gross?June McEnroe2020-11-22
|
* Day 6 (gross though)June McEnroe2020-11-22
|
* Day 5 part 2June McEnroe2020-11-22
|
* Day 5June McEnroe2020-11-22
|
* Use math to rotate in day 4June McEnroe2020-11-22
|
* Day 4 part 2June McEnroe2020-11-22
|
* Day 4June McEnroe2020-11-22
|
* Day 3 part 2June McEnroe2020-11-22
|
* Day 3June McEnroe2020-11-22
|
* Day 2 part 2June McEnroe2020-11-22
|
* Add test to day 2June McEnroe2020-11-22
|
* Add tests to day 1June McEnroe2020-11-22
|
* Remove unused importJune McEnroe2020-11-22
|
* Day 2June McEnroe2020-11-22
|
* Day 1 part 2June McEnroe2020-11-22
|
* Day 1 in RustJune McEnroe2020-11-22
|
* Cargo initJune McEnroe2016-12-03
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