Selaa lähdekoodia

Split "global" gitconfig into separate specific ones

Alois Mahdal 12 vuotta sitten
vanhempi
commit
08e6b5d308

dotfiles/git-universe/gitconfig → dotfiles/git-universe/after.gitconfig Näytä tiedosto

1
-[achievement]
2
-    upload = true
3
-[push]
4
-    default = simple
5
-[user]
6
-    name = Alois Mahdal
7
 [color]
1
 [color]
8
     ui = true
2
     ui = true
9
 [core]
3
 [core]
11
 [alias]
5
 [alias]
12
   gr = log --graph --full-history --all --color --pretty=tformat:"%x1b[31m%h%x09%x1b[32m%d%x1b[0m%x20%s%x1b[0m"
6
   gr = log --graph --full-history --all --color --pretty=tformat:"%x1b[31m%h%x09%x1b[32m%d%x1b[0m%x20%s%x1b[0m"
13
   dc = diff --cached
7
   dc = diff --cached
14
-
15
-[test]
16
-    test = Basic

+ 3
- 0
dotfiles/git-universe/host/azzgoat.gitconfig Näytä tiedosto

1
+[push]
2
+    # need git 1.8+
3
+    default = simple

+ 5
- 0
dotfiles/git-universe/host/hugo.gitconfig Näytä tiedosto

1
+[achievement]
2
+    upload = true
3
+[push]
4
+    # need git 1.8+
5
+    default = simple

+ 2
- 0
dotfiles/git-universe/user/aloism.gitconfig Näytä tiedosto

1
+[user]
2
+    name = Alois Mahdal