Pass -M to diff in request-pull

Linus recommended this, otherwise any renames cause the
diffstat output to be ridiculous in some circumstances.

Because the corresponding "git-pull" done when the requestee
actually makes pull shows the stat with rename detection
enabled, it makes sense to match what the request message
includes to that output, to make the result easier to verify.

Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Junio C Hamano <junkio@cox.net>
This commit is contained in:
David Miller 2006-12-03 23:17:00 -08:00 коммит произвёл Junio C Hamano
Родитель 7c0f7028ee
Коммит 396db813f2
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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