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.
* 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.
* Move actual dotfiles into home directoryJune McEnroe2017-06-10
12990a2dab62480e&follow=1'>Fix tests for diff spansJune McEnroe 2021-01-20Avoid matching ':' in make tagsJune McEnroe 2021-01-19Prefer tag matches not preceded by [[:alnum:]]June McEnroe 2021-01-19Escape \ and / in mtags search patternsJune McEnroe 2021-01-20Use mtags in source-filterJune McEnroe 2021-01-19Add mtags to generate tags for make and mdocJune McEnroe 2021-01-19Map tags to IDs using only [[:alnum:]-._]June McEnroe 2021-01-19Don't use a pager if reading standard inputJune McEnroe 2021-01-19Support BSD make syntax and match *.amJune McEnroe 2021-01-19Match tab following escaped newline in make assignmentsJune McEnroe 2021-01-18Allow matching lexers using first input lineJune McEnroe