summary refs log tree commit diff
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2016-04-07 10:05:11 -0400
committerJune McEnroe <june@causal.agency>2016-04-07 10:05:11 -0400
commitd2ac663cdda22556572ecbbcd7346d3663960bf5 (patch)
treedb6e01f03bcd64d7753c0130ca60c264236e14fb
parentSimplify install script (diff)
downloadsrc-d2ac663cdda22556572ecbbcd7346d3663960bf5.tar.gz
src-d2ac663cdda22556572ecbbcd7346d3663960bf5.zip
Add git config override include
-rw-r--r--.config/git/config2
1 files changed, 2 insertions, 0 deletions
diff --git a/.config/git/config b/.config/git/config
index ee708f4c..207e483e 100644
--- a/.config/git/config
+++ b/.config/git/config
@@ -7,3 +7,5 @@
 	autosquash = true
 [pretty]
 	log = %Cred%h %Creset%s%C(yellow)%d %Cgreen(%ar) %Cblue<%an>
+[include]
+	path = ./override
s 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 These don't really go together, but... 2021-01-19Match tab following escaped newline in make assignmentsJune McEnroe Otherwise it ends up going into Shell state. 2021-01-18Allow matching lexers using first input lineJune McEnroe