Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

diff-so-fancy compatible format-patch alias #84

Closed
arcticicestudio opened this issue Nov 29, 2017 · 0 comments · Fixed by #87
Closed

diff-so-fancy compatible format-patch alias #84

arcticicestudio opened this issue Nov 29, 2017 · 0 comments · Fixed by #87

Comments

@arcticicestudio
Copy link
Owner

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.

@arcticicestudio arcticicestudio added this to the 0.1.0 milestone Nov 29, 2017
arcticicestudio added a commit that referenced this issue Nov 29, 2017
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
arcticicestudio added a commit that referenced this issue Nov 29, 2017
…-fancy-compatible-patch-format

"diff-so-fancy" compatible "format-patch" alias
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant