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