You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi.
I use diff-so-fancy as my core.pager while diff (core.pager=diff-so-fancy | less --tabs=4 -RFX).
$ gl diff
Diff-so-fancy: https://github.com/so-fancy/diff-so-fancy
Version : 1.3.0
Usage:
git diff --color | diff-so-fancy # Use d-s-f on one diff
cat diff.txt | diff-so-fancy # Use d-s-f on a diff/patch file
diff -u one.txt two.txt | diff-so-fancy # Use d-s-f on unified diff output
diff-so-fancy --colors # View the commands to set the recommended colors
diff-so-fancy --set-defaults # Configure git-diff to use diff-so-fancy and suggested colors
# Configure git to use d-s-f for *all* diff operations
git config --global core.pager "diff-so-fancy | less --tabs=4 -RFX"
✘ Call to pager diff-so-fancy | less --tabs=4 -RFX failed
Do you see any possibility to get that work?
Regards, Simpel
The text was updated successfully, but these errors were encountered:
Hi.
I use diff-so-fancy as my core.pager while diff (
core.pager=diff-so-fancy | less --tabs=4 -RFX
).Do you see any possibility to get that work?
Regards, Simpel
The text was updated successfully, but these errors were encountered: