summary refs log tree commit diff
Commit message (Expand)AuthorAge
...
* Blank framebuffer with sampled background on exitJune McEnroe2018-02-01
* Add bin/READMEJune McEnroe2018-02-01
* Add license notice to gfxxJune McEnroe2018-02-01
* Build any target by defaultJune McEnroe2018-02-01
* Remove fb.c and color.cJune McEnroe2018-02-01
* Add gfxxJune McEnroe2018-02-01
* Map \h to sort includesJune McEnroe2018-01-31
* Only load 128 glyphs in fbclockJune McEnroe2018-01-31
* Style tweak fbclockJune McEnroe2018-01-30
* Remove Tarmak and Colemak keylayoutsJune McEnroe2018-01-30
* Generalize hnelJune McEnroe2018-01-29
* Remove Tarmak remappings from vimJune McEnroe2018-01-29
* Switch back to QWERTY on LinuxJune McEnroe2018-01-29
* Take fbclock font in env varJune McEnroe2018-01-29
* Support fbclock fonts wider than 8June McEnroe2018-01-29
* Take font path on fbclock argvJune McEnroe2018-01-29
* Add fbclockJune McEnroe2018-01-29
* Remove color from MakefileJune McEnroe2018-01-29
* Set t_Co = 8June McEnroe2018-01-29
* Add :Q command aliasJune McEnroe2018-01-29
* Add setuid target for briJune McEnroe2018-01-29
* Add init function to fb interfaceJune McEnroe2018-01-28
* Add color.cJune McEnroe2018-01-28
* Add fb.cJune McEnroe2018-01-28
* Add klon one line descriptionJune McEnroe2018-01-28
* Add portable bins targetJune McEnroe2018-01-28
* Only set title in ~xtermJune McEnroe2018-01-28
* Clean up klon inputJune McEnroe2018-01-28
* Fix CodeQWERTY layoutJune McEnroe2018-01-27
* Add CodeQWERTY keylayoutJune McEnroe2018-01-27
* Convert to CodeColemak keylayoutJune McEnroe2018-01-26
* Add Colemak keylayoutJune McEnroe2018-01-26
* Checkpoint klon movesJune McEnroe2018-01-25
* Add autoFoundJune McEnroe2018-01-23
* Add control to klonJune McEnroe2018-01-22
* Add klon license headerJune McEnroe2018-01-22
* Add klonJune McEnroe2018-01-22
* Mark dtch z and iov staticJune McEnroe2018-01-13
* Remove Code Tarmak 3June McEnroe2017-12-31
* Set nonumber in terminalsJune McEnroe2017-12-31
* Condense pathJune McEnroe2017-11-18
* Remove april, add julyJune McEnroe2017-11-18
* Remove ishJune McEnroe2017-10-26
* Include sys/wait.h in ishJune McEnroe2017-10-16
* Handle blank lines in ishJune McEnroe2017-10-13
* Handle child signals in ishJune McEnroe2017-10-13
* Add beginning of very basic shell, ishJune McEnroe2017-10-13
* Add nasm to install.shJune McEnroe2017-10-04
* Rewrite xx.cJune McEnroe2017-10-04
* Always newline before promptJune McEnroe2017-09-27
0filter: make exit status localJason A. Donenfeld It's only used in one place, and not useful to have around since close_filter will die() if exit_status isn't what it expects, anyway. So this is best as just a local variable instead of as part of the struct. Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com> 2014-01-10parsing: fix header typoJason A. Donenfeld 2014-01-10cgit.c: Fix comment on bit mask hackLukas Fleischer * Formatting and spelling fixes. * A bit mask with the size of one byte only allows for storing 8 (not 255!) different flags. Signed-off-by: Lukas Fleischer <cgit@cryptocrack.de> 2014-01-10cgit.c: Use "else" for mutually exclusive branchesLukas Fleischer When parsing command line arguments, no pair of command line options can ever match simultaneously. Use "else if" blocks to reflect this. This change improves both readability and speed. Signed-off-by: Lukas Fleischer <cgit@cryptocrack.de> 2014-01-10ui-snapshot.c: Do not reinvent suffixcmp()Lukas Fleischer Use suffixcmp() from Git instead of reimplementing it. This is a preparation for moving to ends_with() in Git 1.8.6. Signed-off-by: Lukas Fleischer <cgit@cryptocrack.de> 2014-01-10Refactor cgit_parse_snapshots_mask()Lukas Fleischer Use Git string lists instead of str{spn,cspn,ncmp}() magic. This significantly improves readability. Signed-off-by: Lukas Fleischer <cgit@cryptocrack.de> 2014-01-10Disallow use of undocumented snapshot delimitersLukas Fleischer Since the introduction of selective snapshot format configuration in dc3c9b5 (allow selective enabling of snapshots, 2007-07-21), we allowed seven different delimiters for snapshot formats, while the documentation has always been clear about spaces being the only valid delimiter: The value is a space-separated list of zero or more of the values "tar", "tar.gz", "tar.bz2", "tar.xz" and "zip". Supporting the undocumented delimiters makes the code unnecessarily complex. Remove them. Signed-off-by: Lukas Fleischer <cgit@cryptocrack.de> 2014-01-10Replace most uses of strncmp() with prefixcmp()Lukas Fleischer This is a preparation for replacing all prefix checks with either strip_prefix() or starts_with() when Git 1.8.6 is released. Signed-off-by: Lukas Fleischer <cgit@cryptocrack.de> 2014-01-09README: Fix dependenciesLukas Fleischer * Remove the dependency on Git (which can be obtained automatically when building, using either the Git submodule or `make get-git`). * Use proper upstream names of dependencies. Signed-off-by: Lukas Fleischer <cgit@cryptocrack.de> 2014-01-08README: Spelling and formatting fixesLukas Fleischer * Several small spelling and capitalization fixes. * Use consistent and better-looking formatting that is compatible with AsciiDoc (and partly compatible with RST). Signed-off-by: Lukas Fleischer <cgit@cryptocrack.de> 2014-01-08Fix UTF-8 with syntax-highlighting.pyPřemysl Janouch Previously the script tried to encode output from Pygments with the ASCII codec, which failed. Signed-off-by: Přemysl Janouch <p.janouch@gmail.com> 2014-01-08Add a suggestion to the manpagePřemysl Janouch So that people wishing to use "enable-http-clone" don't have to find out the correct settings on their own. Signed-off-by: Přemysl Janouch <p.janouch@gmail.com> 2014-01-08Fix the example configurationPřemysl Janouch "enable-git-clone" doesn't exist, replaced with "enable-http-clone". Signed-off-by: Přemysl Janouch <p.janouch@gmail.com> 2014-01-08Fix about-formatting.shPřemysl Janouch dash failed to parse the script. Signed-off-by: Přemysl Janouch <p.janouch@gmail.com> 2014-01-08Fix some spelling errorsPřemysl Janouch Signed-off-by: Přemysl Janouch <p.janouch@gmail.com> 2014-01-08filters: highlight.sh: add css comments for highlight 2.6 and 3.8Ferry Huberts