1
0
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:
Joe Groocock 2018-10-01 16:25:15 +01:00
parent a3c0e5d7de
commit 700dfdda6f
Signed by: frebib
GPG Key ID: E0B16BEACFBB6A86

View File

@ -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