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

git: Remove diff-so-fancy

This commit is contained in:
Joe Groocock 2018-07-30 09:09:15 +01:00
parent c260a480aa
commit 28dda3e9b0
Signed by: frebib
GPG Key ID: E0B16BEACFBB6A86

View File

@ -5,7 +5,6 @@
[core]
autocrlf = input
excludesfile = $HOME/.config/git/gitignore
pager = diff-so-fancy | less
[commit]
gpgsign = true
[push]
@ -35,8 +34,6 @@
suppresscc = self
[diff]
algorithm = patience
[interactive]
diffFilter = diff-so-fancy --patch-mode
[color]
ui = true
[color "diff"]