Linus recommended this, otherwise any renames cause the diffstate output to be rediculious in some circumstances :) Signed-off-by: David S. Miller <davem@xxxxxxxxxxxxx> diff --git a/git-request-pull.sh b/git-request-pull.sh index 4319e35..4eacc3a 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 --stat --summary $baserev..$headrev +git diff -M --stat --summary $baserev..$headrev - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html