We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e00209 commit b83a46eCopy full SHA for b83a46e
misc/git/gitconfig-shared
@@ -0,0 +1,18 @@
1
+[user]
2
+ name = Craig Ringer
3
+ email = [email protected]
4
+[credential]
5
+ helper = /usr/libexec/git-core/git-credential-libsecret
6
+[push]
7
+ default = current
8
+[merge]
9
+ tool = vimdiff
10
+ conflictstyle = diff3
11
+[log]
12
+ abbrevCommit = true
13
+[rebase]
14
+ abbreviateCommands = true
15
+ stat = true
16
+ autoSquash = true
17
+[core]
18
+ excludesfile = ~/projects/scrapcode/misc/git/gitignore-global
misc/git/gitignore-global
@@ -0,0 +1,4 @@
+build
+cscope.in.out
+cscope.out
+cscope.po.out
0 commit comments