summary refs log tree commit diff
path: root/home/.config/git/config (follow)
Commit message (Collapse)AuthorAge
* Enable diff.colorMovedJune McEnroe2021-01-11
|
* Set pull.rebase trueJune McEnroe2020-07-20
|
* Respect mailmap in gl pretty formatJune McEnroe2019-12-20
|
* Disable signing commitsJune McEnroe2019-12-20
| | | | | | Why did I ever turn this on? This gets me nothing but inconvenience. RIP to all the wasted bytes in my git repos.
* Use initial in git authorJune McEnroe2019-11-01
|
* Clean up home filesJune McEnroe2019-07-27
|
* Set git commit.verboseJune McEnroe2019-02-10
|
* Commit with june@causal.agencyJune McEnroe2018-04-08
|
* Git config merge.conflictStyle diff3June McEnroe2018-02-21
| | | | | This is probably a good idea, though I haven't run into a merge conflict yet.
* Rename curtis -> homeJune McEnroe2017-09-06
Why the heck did I do this?
an>Add 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