1
0
mirror of https://github.com/frebib/dotfiles.git synced 2024-06-14 12:57:23 +00:00

git: add diff-highlight script for portability

This commit is contained in:
2018-10-19 15:03:52 +01:00
parent a619593815
commit e4bc126708
2 changed files with 291 additions and 2 deletions

View File

@ -5,9 +5,9 @@
[core]
autocrlf = input
excludesfile = $HOME/.config/git/gitignore
pager = /usr/share/git/diff-highlight/diff-highlight | $PAGER
pager = diff-highlight | $PAGER
[interactive]
diffFilter = /usr/share/git/diff-highlight/diff-highlight
diffFilter = diff-highlight
[commit]
gpgsign = true
[push]