[git] fix config

This commit is contained in:
Dmytro Meleshko 2019-05-12 15:25:56 +03:00
parent e15ee17a58
commit 343a51db0b

View file

@ -1,6 +1,9 @@
[color]
ui = true
[pull]
rebase = true
[log]
abbrevCommit = true
decorate = true
@ -8,7 +11,7 @@
pretty = %C(bold blue)%h%C(reset) - %C(bold green)(%ar)%C(reset) %C(white)%s%C(reset) %C(dim white)- %an%C(reset)%C(bold yellow)%d%C(reset)
[core]
pager = diff-so-fancy | less --tabs=4 -RFX
pager = diff-so-fancy | less --tabs=4 --RAW-CONTROL-CHARS
[color "diff-highlight"]
oldNormal = red bold