Commit message (Collapse) | Author | ||
---|---|---|---|
2022-07-08 | Remove TOUR | June McEnroe | |
There is not that much distinct stuff here anymore. | |||
2022-07-03 | Add The Bone Shard Emperor | June McEnroe | |
Suffers a little bit from middle book but I really enjoyed it. Read it faster than the first one too, despite its length. | |||
2022-06-25 | Bump xterm font size to 12 | June McEnroe | |
2022-06-10 | Handle subshells (and functions) inside substitutions | June McEnroe | |
2022-06-10 | Switch to jorts Install script | June McEnroe | |
2022-06-08 | Indicate if still reading or no results | June McEnroe | |
2022-06-08 | Add Maiden, Mother, Crone | June McEnroe | |
Mixed bag like most collections of short stories. Some of them are pretty good. The author of the worst written story also has the worst written bio. | |||
2022-06-05 | FIRST SHOW IN 2.5 YEARS BABEY!!! | June McEnroe | |
2022-06-03 | Set line number on File lines | June McEnroe | |
2022-06-03 | Stop polling stdin after EOF | June McEnroe | |
2022-06-02 | Set TABSIZE=4 | June McEnroe | |
Absolutely indiscriminately. | |||
2022-06-02 | Do basic match highlighting | June McEnroe | |
2022-06-02 | Clean up parsing a little | June McEnroe | |
2022-06-02 | Don't duplicate path string | June McEnroe | |
2022-06-02 | Use stderr instead of /dev/tty, realloc buffer if lines too long | June McEnroe | |
For some reason I haven't been able to figure out, trying to poll /dev/tty returns POLLNVAL (and this was using 100% CPU looping), but using stderr instead works fine. | |||
2022-06-02 | Add initial working version of qf | June McEnroe | |
2022-05-29 | Set prompt for oksh | June McEnroed 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-28 | git: update for git 2.0 | Christian 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-17 | remove trailing whitespaces from source files | Christian Hesse | |
2014-04-12 | git: update to 1.9.2 | Christian Hesse | |
Everything works just bumping the version in Makefile and commit hash in submodule. No code changes required. | |||
2014-04-05 | Fix cgit_parse_url when a repo url is contained in another repo url | Julian 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-20 | Makefile: use more reliable git tarball mirror | Jason A. Donenfeld | |
2014-03-20 | git: update to 1.9.1 | Christian Hesse |