summary refs log tree commit diff
path: root/home (follow)
Commit message (Expand)AuthorAge
* Sort branches by commit dateJune McEnroe2024-02-12
* Set AddKeysToAgentJune McEnroe2023-09-17
* Add git forgive aliasJune McEnroe2023-07-27
* Replace monday with tuesdayJune McEnroe2023-07-20
* Set wallpaper to a random colour escher knotJune McEnroe2022-09-26
* Add gdbinit, hushlogin, inputrcJune McEnroe2022-09-18
* Remove some filesJune McEnroe2022-09-18
* Set push.autoSetupRemoteJune McEnroe2022-07-13
* Bump xterm font size to 12June McEnroe2022-06-25
* Set prompt for okshJune McEnroe2022-05-29
* Add mins scriptJune McEnroe2022-05-29
* Add all possible hostnames to ssh configJune McEnroe2022-05-16
* Add back grc aliasJune McEnroe2022-05-16
* Source ~/.profile.local if it existsJune McEnroe2022-03-22
* Set diff.colorMovedWSJune McEnroe2022-02-03
* Add whincludeJune McEnroe2022-02-02
* Allow arguments to nasd scriptJune McEnroe2022-01-29
* Use diff-highlight for GIT_PAGER if availableJune McEnroe2022-01-18
* Add ~/.cargo to PATHJune McEnroe2022-01-17
* Set extended in viJune McEnroe2022-01-17
* Invert doas/sudo aliasJune McEnroe2021-09-27
* Add pyro to ssh configJune McEnroe2021-09-26
* Disable HashKnownHostsJune McEnroe2021-09-25
* Add scout to ssh configJune McEnroe2021-09-25
* Revert "Add cat alias using less"June McEnroe2021-09-25
* Scroll by single lines in xtermJune McEnroe2021-09-23
* Hide htop "function bar"June McEnroe2021-09-23
* Allow FocusEvents in xtermJune McEnroe2021-09-23
* Use command -v rather than typeJune McEnroe2021-08-25
* Add cat alias using lessJune McEnroe2021-08-12
* Don't run sctdJune McEnroe2021-06-28
* sctd more aggressivelyJune McEnroe2021-06-14
* Set iclower, not icJune McEnroe2021-06-14
* Stop mpv from dumping coreJune McEnroe2021-06-09
* Configure xlockJune McEnroe2021-06-03
* Add top gap in cwmJune McEnroe2021-06-02
* Add cwm keys for putting windows in cornersJune McEnroe2021-05-20
* Install firefox on OpenBSDJune McEnroe2021-05-17
* Emulate MANSECT for mandoc which lacks itJune McEnroe2021-05-03
* Add ff aliasJune McEnroe2021-05-02
* Alias ag to ag --pagerJune McEnroe2021-05-02
* Remove vim aliasJune McEnroe2021-04-26
* Remove neovim configsJune McEnroe2021-04-26
* Add cwm bindings for tilingJune McEnroe2021-03-01
* Move LESS_TERMCAP settings to .shrcJune McEnroe2021-02-27
* Revert "Lower sctd temperature"June McEnroe2021-02-27
* Lower sctd temperatureJune McEnroe2021-02-26
* Switch to Go Mono on OpenBSDJune McEnroe2021-02-23
* Handle negative inputs to degJune McEnroe2021-02-19
* Set XTerm*charClass to select URLsJune McEnroe2021-02-15
47828d398f96&follow=1'>tests/: Do not use `sed -i`Lukas Fleischer "-i" isn't part of the POSIX standard and doesn't work on several platforms such as OpenBSD. Use a temporary file instead. Signed-off-by: Lukas Fleischer <cgit@cryptocrack.de> 2013-04-10Add branch-sort and repo.branch-sort options.Jason A. Donenfeld When set to "name", branches are sorted by name, which is the current default. When set to "age", branches are sorted by the age of the repository. This feature was requested by Konstantin Ryabitsev for use on kernel.org. Proposed-by: Konstantin Ryabitsev <mricon@kernel.org> 2013-04-10t0109: chain operations with &&John Keeping Without '&&' between operations, we will not detect if strace or cgit exit with an error status, which would cause a false positive test status in this case. Signed-off-by: John Keeping <john@keeping.me.uk> 2013-04-10cgit.c: Do not restore unset environment variablesLukas Fleischer getenv() returns a NULL pointer if the specified variable name cannot be found in the environment. However, some setenv() implementations crash if a NULL pointer is passed as second argument. Only restore variables that are not NULL. See commit d96d2c98ebc4c2d3765f5b35c4142e0e828a421b for a related patch. Signed-off-by: Lukas Fleischer <cgit@cryptocrack.de> 2013-04-09t0107: Use `tar -z` for gzip'ed archivesLukas Fleischer