git 2.9 features

main
Steffen Rademacker 8 years ago
parent a82559fddb
commit 5d7adcf3d2

@ -10,16 +10,19 @@
[color]
ui = auto
[color "branch"]
current = yellow reverse
local = yellow
remote = green
[color "diff"]
meta = yellow bold
frag = magenta bold
old = red bold
new = green bold
whitespace = red reverse
[color "status"]
added = yellow
changed = green
@ -54,6 +57,7 @@
[diff]
tool = vimdiff
guitool = vimdiff
compactionHeuristic = true
[mergetool]
prompt = false
@ -61,3 +65,7 @@
[push]
default = simple
[interactive]
diffFilter = diff-highlight

Loading…
Cancel
Save