summary refs log tree commit diff
path: root/txt (follow)
Commit message (Collapse)AuthorAge
...
* Add Truth HurtsJune McEnroe2019-12-11
|
* Add Artificial ConditionJune McEnroe2019-12-08
|
* Add The Fifth SeasonJune McEnroe2019-12-05
|
* Add Rogue ProtocolJune McEnroe2019-11-22
|
* Add Ninefox GambitJune McEnroe2019-11-18
|
* Add The Great BelieversJune McEnroe2019-11-08
|
* Add Hobo Johnson and The Lovemakers Tiny DeskJune McEnroe2019-11-01
|
* Add The Book of the Unnamed MidwifeJune McEnroe2019-10-23
|
* Add ConcreteJune McEnroe2019-10-22
| | | | Fun.
* Add All Systems RedJune McEnroe2019-10-13
|
* Add The Book of PhoenixJune McEnroe2019-10-10
|
* Add two Kim Petras songsJune McEnroe2019-10-03
|
* Add The Red Threads of FortuneJune McEnroe2019-10-02
|
* Add The Black Tides of HeavenJune McEnroe2019-09-28
|
* Add Trail of LightningJune McEnroe2019-09-23
|
* Add The Just CityJune McEnroe2019-09-16
|
* Add A Memory Called EmpireJune McEnroe2019-09-07
|
* Add Avorter n'est pas tuerJune McEnroe2019-09-04
|
* Add Birds ContendingJune McEnroe2019-08-28
|
* Add The Fated SkyJune McEnroe2019-08-28
|
* Add Record of a Spaceborn FewJune McEnroe2019-08-20
|
* Add The Calculating StarsJune McEnroe2019-08-13
|
* Add ImagoJune McEnroe2019-08-03
|
* Add KindredJune McEnroe2019-07-29
|
* Add Adulthood RitesJune McEnroe2019-07-17
|
* Add Wild SeedJune McEnroe2019-07-08
|
* Add Parable of the TalentsJune McEnroe2019-06-29
|
* Add AcceptanceJune McEnroe2019-06-15
|
* Add A Closed and Common OrbitJune McEnroe2019-06-05
|
* Add RebornJune McEnroe2019-06-02
|
* Add FrontierJune McEnroe2019-05-27
|
* Add DawnJune McEnroe2019-05-26
|
* Add AuthorityJune McEnroe2019-05-20
|
* Add Parable of the SowerJune McEnroe2019-05-09
|
* Add LightlessJune McEnroe2019-04-25
|
* Add The Demolished ManJune McEnroe2019-04-13
|
* Add AmatkaJune McEnroe2019-04-07
|
* Add Space OperaJune McEnroe2019-04-03
|
* Add An Unkindness of GhostsJune McEnroe2019-03-22
|
* Add The Long Way to a Small Angry PlanetJune McEnroe2019-03-14
|
* Add Bleachers Tiny Desk ConcertJune McEnroe2019-03-10
|
* Add Station ElevenJune McEnroe2019-02-28
|
* Add Dirk Gently's Holistic Detective AgencyJune McEnroe2019-02-20
|
* Add forgotten "sixth" book of H2G2June McEnroe2019-02-13
|
* Add booksJune McEnroe2019-02-13
|
* Add Girlpool Tiny Desk ConcertJune McEnroe2019-01-17
| | | | | Heard some of these songs in the cafe. I keep saying there should be more singing in unison.
* Add Daughters — You Won't Get What You WantJune McEnroe2018-12-21
|
* Add La Dispute — FULTON STREET IJune McEnroe2018-12-21
|
* Add KASHIWA Daisuke — StellaJune McEnroe2018-12-17
|
* Add Jeff Wayne — The Eve of the WarJune McEnroe2018-12-01
| | | | I like prog-rock more than I think I do.
ohover-highlight'> 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