File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
third_party/build_fatpack Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -552,8 +552,8 @@ sub usage {
552
552
$out .= " Usage:
553
553
554
554
git diff --color | diff-so-fancy # Use d-s-f on one diff
555
- git diff --colors # View the commands to set the recommended colors
556
- git diff --set-defaults # Configure git-diff to use diff-so-fancy and suggested colors
555
+ diff-so-fancy --colors # View the commands to set the recommended colors
556
+ diff-so-fancy --set-defaults # Configure git-diff to use diff-so-fancy and suggested colors
557
557
558
558
# Configure git to use d-s-f for *all* diff operations
559
559
git config --global core.pager \" diff-so-fancy | less --tabs=4 -RFX\"\n " ;
Original file line number Diff line number Diff line change @@ -837,8 +837,8 @@ sub usage {
837
837
$out .= " Usage:
838
838
839
839
git diff --color | diff-so-fancy # Use d-s-f on one diff
840
- git diff --colors # View the commands to set the recommended colors
841
- git diff --set-defaults # Configure git-diff to use diff-so-fancy and suggested colors
840
+ diff-so-fancy --colors # View the commands to set the recommended colors
841
+ diff-so-fancy --set-defaults # Configure git-diff to use diff-so-fancy and suggested colors
842
842
843
843
# Configure git to use d-s-f for *all* diff operations
844
844
git config --global core.pager \" diff-so-fancy | less --tabs=4 -RFX\"\n " ;
You can’t perform that action at this time.
0 commit comments