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
Add a new alias named fp ("format patch") to fix a output problem when using diff-so-fancy with the the format-patch command which also prints the ANSI color sequences. This can be prevented by using the --no-color option of git diff.
The alias should also contain the --patch-with-stat option to add additional patch stats like the total amount of changed/removed lines.
The text was updated successfully, but these errors were encountered:
This commit adds the new "fp" (format patch) alias to fix a output
problem when using "diff-so-fancy" with the the "format-patch" command
which also printed the ANSI color sequences. This is prevented by using
the "--no-color" option.
The alias also contains the "--patch-with-stat" option to add additional
patch stats like the total amount of changed/removed lines.
GH-84
Add a new alias named
fp
("format patch") to fix a output problem when using diff-so-fancy with the theformat-patch
command which also prints the ANSI color sequences. This can be prevented by using the--no-color
option ofgit diff
.The alias should also contain the
--patch-with-stat
option to add additional patch stats like the total amount of changed/removed lines.The text was updated successfully, but these errors were encountered: