summary refs log tree commit diff
Commit message (Expand)AuthorAge
* Add hex output to schemeJune McEnroe2018-03-31
* Add color scheme PNG generatorJune McEnroe2018-03-31
* Simplify gfxx palette generationJune McEnroe2018-03-31
* Switch to HSV for gfxx palette generationJune McEnroe2018-03-31
* Generate default palette in gfxxJune McEnroe2018-03-30
* Ignore build and cloneJune McEnroe2018-03-30
* Set g:clipboard to pb{copy,paste} alwaysJune McEnroe2018-03-30
* Add d-_-b crateJune McEnroe2018-03-28
* Add Rust script for generating a rainbow paletteJune McEnroe2018-03-28
* Add ll aliasJune McEnroe2018-03-28
* Overwrite existing symlinks in link.zshJune McEnroe2018-03-28
* Fix shell script lintsJune McEnroe2018-03-28
* Use [[ ]] in zsh scriptsJune McEnroe2018-03-28
* Sort extern crate lines with \cJune McEnroe2018-03-28
* Add \u to sort use linesJune McEnroe2018-03-24
* Set PDFs read-onlyJune McEnroe2018-03-16
* Add pdf scriptJune McEnroe2018-03-16
* Clean up home scripts, split againJune McEnroe2018-03-14
* Clean up install.shJune McEnroe2018-03-14
* Combine home-related scriptsJune McEnroe2018-03-14
* PHONY is a waste of timeJune McEnroe2018-03-11
* Revert "Use "Broken Gray" htop colors"June McEnroe2018-03-09
* Yet more tweaking of dtchJune McEnroe2018-03-06
* Trigger redraw on atch with 1x1 winsizeJune McEnroe2018-03-06
* Only sort system includes with \hJune McEnroe2018-03-06
* Add glitch to READMEJune McEnroe2018-03-02
* Add -f -r options to glitchJune McEnroe2018-03-02
* Take filter patterns in glitchJune McEnroe2018-03-02
* Clean up more glitch code from pngoJune McEnroe2018-03-02
* Refactor critical chunk check into skipChunkJune McEnroe2018-03-02
* Add -a -d -p options to glitchJune McEnroe2018-03-02
* Remove unnecessary parts of glitchJune McEnroe2018-03-02
* Copy glitch from pngoJune McEnroe2018-03-02
* Skip chunks by reading in pngoJune McEnroe2018-03-02
* Add verbose flag to pngoJune McEnroe2018-03-02
* Run pngo on screenshots with supJune McEnroe2018-03-01
* Use "Broken Gray" htop colorsJune McEnroe2018-03-01
* Use memmove in pngo where neededJune McEnroe2018-02-28
* Open watch files O_CLOEXECJune McEnroe2018-02-28
* Clean up pngoJune McEnroe2018-02-28
* Set Light terminal white to Gruvbox fg3June McEnroe2018-02-28
* Add gfxx to READMEJune McEnroe2018-02-28
* Clean up gfxx and add default paletteJune McEnroe2018-02-28
* Print message in gfx/noneJune McEnroe2018-02-27
* Check revents with &June McEnroe2018-02-27
* Remove jrpJune McEnroe2018-02-25
* Tweak watch exit codesJune McEnroe2018-02-25
* Clean up klonJune McEnroe2018-02-25
* Replace cmcenroe.me with causal.agencyJune McEnroe2018-02-24
* Clean up xxJune McEnroe2018-02-23
rr 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