Mercurial > dotfiles.old
comparison gitconfig @ 79:7d3ded16eaa2
Fix git and ctags hooks
author | zegervdv <zegervdv@me.com> |
---|---|
date | Sun, 20 Jul 2014 23:54:26 +0200 |
parents | 4eeebfb45158 |
children | 044395254e27 |
comparison
equal
deleted
inserted
replaced
78:bd487e57edd5 | 79:7d3ded16eaa2 |
---|---|
30 # for more information on different options of the below setting. | 30 # for more information on different options of the below setting. |
31 # | 31 # |
32 # Setting to git 2.0 default to surpress warning message | 32 # Setting to git 2.0 default to surpress warning message |
33 default = simple | 33 default = simple |
34 [init] | 34 [init] |
35 templatedir = ~/.templates/git | 35 templatedir = ~/.templates/git |
36 [diff] | 36 [diff] |
37 tool = mvimdiff | 37 tool = mvimdiff |
38 [difftool "mvimdiff"] | 38 [difftool "mvimdiff"] |
39 cmd = mvim -f -d \"$LOCAL\" \"$REMOTE\" | 39 cmd = mvim -f -d \"$LOCAL\" \"$REMOTE\" |
40 [status] | 40 [status] |
41 branch = 1 | 41 branch = 1 |