diff options
author | Sean <seanlkml@sympatico.ca> | 2006-05-14 08:16:06 -0400 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2006-05-14 16:29:20 -0700 |
commit | 9d76812b42009069aa3ff8f29e51b5150aa04e8e (patch) | |
tree | 4d5edfd6b35b94b1aa08cebc8ee53c28a15be73f /git-format-patch.sh | |
parent | 4bbd261bbd941066735e41dff0ade9f50e6fe84d (diff) | |
download | git-9d76812b42009069aa3ff8f29e51b5150aa04e8e.tar.gz |
Convert some "apply --summary" users to "diff --summary".
Signed-off-by: Sean Estabrooks <seanlkml@sympatico.ca>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'git-format-patch.sh')
-rwxr-xr-x | git-format-patch.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/git-format-patch.sh b/git-format-patch.sh index c077f44ca1..8a16eadfbd 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 '');; |