From 9d76812b42009069aa3ff8f29e51b5150aa04e8e Mon Sep 17 00:00:00 2001 From: Sean Date: Sun, 14 May 2006 08:16:06 -0400 Subject: Convert some "apply --summary" users to "diff --summary". Signed-off-by: Sean Estabrooks Signed-off-by: Junio C Hamano --- git-request-pull.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'git-request-pull.sh') diff --git a/git-request-pull.sh b/git-request-pull.sh index 2c48bfb299..4319e35c62 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 -- cgit v1.2.3