X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=git-format-patch.sh;h=8a16eadfbd391c957c5e297a3511bbfe4c5ef89d;hb=e8cc9cd98e2ecd7fd8bb03e725d470405c8e2b94;hp=c077f44ca1637008b5c16c3d48294a2d268edc9e;hpb=4edd44725c621b3a2c6c9c4d8f130ceea2ba355a;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 '');;