Skip to content

Commit

Permalink
Merge pull request #87 from arcticicestudio/feature/gh-84-git-diff-so…
Browse files Browse the repository at this point in the history
…-fancy-compatible-patch-format

"diff-so-fancy" compatible "format-patch" alias
  • Loading branch information
arcticicestudio authored Nov 29, 2017
2 parents bffaf26 + 44c16ae commit b9437b5
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions snowblocks/git/gitconfig
Original file line number Diff line number Diff line change
Expand Up @@ -242,6 +242,16 @@
# Usage:
# git fa
fa = fetch --all --prune

# +----------------------------+
# + Interaction - Format Patch +
# +----------------------------+
# Formats "diff-so-fancy" compatible patchs by removing printed ANSI color escape sequences and enables patch stats
# by default.
#
# Usage:
# git fp
fp = diff --patch-with-stat --no-color

# +---------------------+
# + Interaction - Merge +
Expand Down

0 comments on commit b9437b5

Please sign in to comment.