summary refs log tree commit diff
path: root/etc/Light.terminal (unfollow)
Commit message (Expand)Author
2017-10-13Handle blank lines in ishJune McEnroe
2017-10-13Handle child signals in ishJune McEnroe
2017-10-13Add beginning of very basic shell, ishJune McEnroe
2017-10-04Add nasm to install.shJune McEnroe
2017-10-04Rewrite xx.cJune McEnroe
2017-09-27Always newline before promptJune McEnroe
2017-09-27Update Linux console map to Tarmak 4June McEnroe
2017-09-27Add Code Tarmak 4 layoutJune McEnroe
2017-09-27Regenerate gitignore with allJune McEnroe
2017-09-27Remove READMEJune McEnroe
2017-09-27Sort tail of link.zsh on importJune McEnroe
2017-09-27Remove git from common packagesJune McEnroe
2017-09-27Combine pbcopy and pbpaste rulesJune McEnroe
2017-09-26Remove use of EBADMSGJune McEnroe
2017-09-17Simplify bins MakefileJune McEnroe
2017-09-15Simplify zsh promptsJune McEnroe
2017-09-15Move typo words to separate fileJune McEnroe
2017-09-15Use 4-space indent everywhereJune McEnroe
2017-09-15Rename zsh scripts .zshJune McEnroe
2017-09-15Rename files directory etcJune McEnroe
2017-09-15Remove Code Tarmak 2 layoutJune McEnroe
2017-09-14Draw line in typoJune McEnroe
2017-09-14Count 5 letters as a wordJune McEnroe
2017-09-14Add .gitignore target to bins MakefileJune McEnroe
2017-09-14Add typing gameJune McEnroe
2017-09-13Include sys/types.h in wake.cJune McEnroe
2017-09-06Move C file description commentsJune McEnroe
2017-09-06Fix bin/Makefile FreeBSD compatibilityJune McEnroe
2017-09-06Remove C code from link scriptJune McEnroe
2017-09-06Move C code to bin, Makefile, AGPLJune McEnroe
2017-09-06Rename curtis -> homeJune McEnroe
2017-09-05Pass final NULL to execlpJune McEnroe
2017-09-05Add watch.cJune McEnroe
2017-09-02Remove Scala highlightingJune McEnroe
2017-08-31Fix Linux console Tarmak 3June McEnroe
2017-08-31Use Tarmak 3 on Linux consoleJune McEnroe
2017-08-25Install ddateJune McEnroe
2017-08-19Move nethack options to envJune McEnroe
2017-08-17Remove scala syntax fileJune McEnroe
2017-08-06Add wakeJune McEnroe
2017-08-04Use $() in install.shJune McEnroe
2017-08-02Create Code Tarmak 3 layoutJune McEnroe
2017-07-31Add tupJune McEnroe
2017-07-31Use designated initializer for hnel tableJune McEnroe
2017-07-30Add juneJune McEnroe
2017-07-30Play nethack as ValkyrieJune McEnroe
2017-07-28Add toggle to hnelJune McEnroe
2017-07-28Install slJune McEnroe
2017-07-25Add up, supJune McEnroe
2017-07-24Autopickup ringsJune McEnroe
t <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