Skip to content

Commit

Permalink
Revert "git: enable delta diff filter"
Browse files Browse the repository at this point in the history
This reverts commit ac1295b.
  • Loading branch information
silverwind committed Mar 27, 2023
1 parent ac1295b commit 3dbdfb2
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .gitconfig
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,13 @@
quotePath = false
trustctime = false
precomposeUnicode = false
pager = delta --color-only --pager cat --diff-highlight
pager = cat
logAllRefUpdates = true
eol = lf
autocrlf = false
commitGraph = true
ignoreCase = false
untrackedCache = true
[interactive]
diffFilter = delta --color-only --pager cat --diff-highlight
[repack]
usedeltabaseoffset = true
[merge]
Expand Down

0 comments on commit 3dbdfb2

Please sign in to comment.