summaryrefslogtreecommitdiff
path: root/git-request-pull.sh
diff options
context:
space:
mode:
authorSean <seanlkml@sympatico.ca>2006-05-14 12:16:06 (GMT)
committerJunio C Hamano <junkio@cox.net>2006-05-14 23:29:20 (GMT)
commit9d76812b42009069aa3ff8f29e51b5150aa04e8e (patch)
tree4d5edfd6b35b94b1aa08cebc8ee53c28a15be73f /git-request-pull.sh
parent4bbd261bbd941066735e41dff0ade9f50e6fe84d (diff)
downloadgit-9d76812b42009069aa3ff8f29e51b5150aa04e8e.zip
git-9d76812b42009069aa3ff8f29e51b5150aa04e8e.tar.gz
git-9d76812b42009069aa3ff8f29e51b5150aa04e8e.tar.bz2
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-request-pull.sh')
-rwxr-xr-xgit-request-pull.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/git-request-pull.sh b/git-request-pull.sh
index 2c48bfb..4319e35 100755
--- a/git-request-pull.sh
+++ b/git-request-pull.sh
@@ -30,4 +30,4 @@ echo " $url"
echo
git log $baserev..$headrev | git-shortlog ;
-git diff $baserev..$headrev | git-apply --stat --summary
+git diff --stat --summary $baserev..$headrev