Skip to content

Commit 3676bbd

Browse files
Merge branch 'next' of github.com:so-fancy/diff-so-fancy into next
2 parents 8262d81 + 1d5009d commit 3676bbd

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

diff-so-fancy

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -608,8 +608,8 @@ sub usage {
608608
$out .= "Usage:
609609
610610
git diff --color | diff-so-fancy # Use d-s-f on one diff
611-
git diff --colors # View the commands to set the recommended colors
612-
git diff --set-defaults # Configure git-diff to use diff-so-fancy and suggested colors
611+
diff-so-fancy --colors # View the commands to set the recommended colors
612+
diff-so-fancy --set-defaults # Configure git-diff to use diff-so-fancy and suggested colors
613613
614614
# Configure git to use d-s-f for *all* diff operations
615615
git config --global core.pager \"diff-so-fancy | less --tabs=4 -RFX\"\n";

third_party/build_fatpack/diff-so-fancy

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -837,8 +837,8 @@ sub usage {
837837
$out .= "Usage:
838838
839839
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
842842
843843
# Configure git to use d-s-f for *all* diff operations
844844
git config --global core.pager \"diff-so-fancy | less --tabs=4 -RFX\"\n";

0 commit comments

Comments
 (0)