git-pull-script: do the diffstat also for the fast-forward case

This way you always see what the state change was.
This commit is contained in:
Linus Torvalds 2005-05-05 02:21:42 -07:00
Родитель d0d0d0bd3c
Коммит 4bea3b6926
1 изменённых файлов: 1 добавлений и 0 удалений

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

@ -39,6 +39,7 @@ if [ "$common" == "$head" ]; then
sleep 3
git-read-tree -m $merge_tree && git-checkout-cache -f -a && git-update-cache --refresh
echo $merge_head > .git/HEAD
git-diff-tree -p ORIG_HEAD HEAD | diffstat -p1
exit 0
fi
echo "Trying to merge $merge_head into $head"