Skip to content

Commit

Permalink
git: remove --patch
Browse files Browse the repository at this point in the history
Following the information at so-fancy/diff-so-fancy#296

I have removed the --patch flag from diff-so-fancy to
keep interactive patch additions working.  This seems to
be working locally with kitty now.

Signed-off-by: Dan Kalowsky <[email protected]>
  • Loading branch information
dkalowsk committed Oct 22, 2024
1 parent c2e798d commit e6ed859
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion git/.gitconfig
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@
# show = diff-so-fancy | less -RFX
# diff = diff-so-fancy | less -RFX
[interactive]
diffFilter = diff-so-fancy --patch
diffFilter = diff-so-fancy
# diffFilter = diff-highlight --color-words
[color]
ui = always
Expand Down

0 comments on commit e6ed859

Please sign in to comment.