mirror of
https://github.com/frebib/dotfiles.git
synced 2024-06-14 12:57:23 +00:00
git: Use diff-highlight for diff/patches
This commit is contained in:
parent
a3c0e5d7de
commit
700dfdda6f
@ -5,6 +5,9 @@
|
||||
[core]
|
||||
autocrlf = input
|
||||
excludesfile = $HOME/.config/git/gitignore
|
||||
pager = /usr/share/git/diff-highlight/diff-highlight | $PAGER
|
||||
[interactive]
|
||||
diffFilter = /usr/share/git/diff-highlight/diff-highlight
|
||||
[commit]
|
||||
gpgsign = true
|
||||
[push]
|
||||
@ -48,7 +51,5 @@
|
||||
oldHighlight = red 88
|
||||
newNormal = green
|
||||
newHighlight = green 22
|
||||
[diff-so-fancy]
|
||||
changeHunkIndicators = false
|
||||
|
||||
# vim: noet
|
||||
|
Loading…
Reference in New Issue
Block a user