Skip to content

Commit

Permalink
git: enable delta diff filter
Browse files Browse the repository at this point in the history
  • Loading branch information
silverwind committed Mar 18, 2023
1 parent 2b70563 commit ac1295b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .gitconfig
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,15 @@
quotePath = false
trustctime = false
precomposeUnicode = false
pager = cat
pager = delta --color-only --pager cat --diff-highlight
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 ac1295b

Please sign in to comment.