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]
|
[core]
|
||||||
autocrlf = input
|
autocrlf = input
|
||||||
excludesfile = $HOME/.config/git/gitignore
|
excludesfile = $HOME/.config/git/gitignore
|
||||||
|
pager = /usr/share/git/diff-highlight/diff-highlight | $PAGER
|
||||||
|
[interactive]
|
||||||
|
diffFilter = /usr/share/git/diff-highlight/diff-highlight
|
||||||
[commit]
|
[commit]
|
||||||
gpgsign = true
|
gpgsign = true
|
||||||
[push]
|
[push]
|
||||||
@ -48,7 +51,5 @@
|
|||||||
oldHighlight = red 88
|
oldHighlight = red 88
|
||||||
newNormal = green
|
newNormal = green
|
||||||
newHighlight = green 22
|
newHighlight = green 22
|
||||||
[diff-so-fancy]
|
|
||||||
changeHunkIndicators = false
|
|
||||||
|
|
||||||
# vim: noet
|
# vim: noet
|
||||||
|
Loading…
Reference in New Issue
Block a user