X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=git-format-patch.sh;h=8a16eadfbd391c957c5e297a3511bbfe4c5ef89d;hb=3a4b3f269c4ba1eebd5ab7206ee0915667b20cc8;hp=c077f44ca1637008b5c16c3d48294a2d268edc9e;hpb=230f544e877641666f8c3718ac4563294c2b305e;p=git.git diff --git a/git-format-patch.sh b/git-format-patch.sh index c077f44c..8a16eadf 100755 --- a/git-format-patch.sh +++ b/git-format-patch.sh @@ -274,7 +274,7 @@ print "\n---\n\n"; close FH or die "close $commsg pipe"; ' "$keep_subject" "$num" "$signoff" "$headers" "$mimemagic" $commsg - git-diff-tree -p $diff_opts "$commit" | git-apply --stat --summary + git-diff-tree -p --stat --summary $diff_opts "$commit" echo case "$mimemagic" in '');;