Skip to content

Commit

Permalink
[git] disable diff-so-fancy in patch mode
Browse files Browse the repository at this point in the history
  • Loading branch information
adamreese committed Apr 9, 2018
1 parent caf3581 commit 1978ae5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions git/config
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,8 @@
enabled = true

[interactive]
diffFilter = diff-so-fancy --patch-mode | less --tabs=4 -RFX
; diffFilter = diff-highlight
; diffFilter = diff-so-fancy --patch-mode | less --tabs=4 -RFX
diffFilter = diff-highlight

[pager]
log = diff-highlight | ${GIT_PAGER:-less -RFX}
Expand Down

0 comments on commit 1978ae5

Please sign in to comment.