Mercurial > dotfiles.old
comparison gitconfig @ 29:599325301323
Configure neocomplete
author | zegervdv <zegervdv@me.com> |
---|---|
date | Tue, 01 Apr 2014 20:46:24 +0200 |
parents | a8279f1d5b39 |
children | 4c3b25554bbb |
comparison
equal
deleted
inserted
replaced
28:e7be1e1656d1 | 29:599325301323 |
---|---|
18 [apply] | 18 [apply] |
19 whitespace = nowarn | 19 whitespace = nowarn |
20 [mergetool] | 20 [mergetool] |
21 keepBackup = false | 21 keepBackup = false |
22 [difftool] | 22 [difftool] |
23 prompt = false | 23 prompt = false |
24 [help] | 24 [help] |
25 autocorrect = 1 | 25 autocorrect = 1 |
26 [include] | 26 [include] |
27 path = .gitconfig.local | 27 path = .gitconfig.local |
28 [push] | 28 [push] |
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] | |
37 tool = mvimdiff | |
38 [difftool "mvimdiff"] | |
39 cmd = mvim -f -d \"$LOCAL\" \"$REMOTE\" |