So if you want to compare merge performance with other SCM, you should
either add time to run diffstat for other SCM, or substract time to
run "git diff-tree --stat".
--
Jakub Narebski
Warsaw, Poland
ShadeHawk on #git
-
Naah. Just run "git pull -n". It's even documented:
OPTIONS
-n, --no-summary
Do not show diffstat at the end of the merge.
so while the _default_ is to always show the diffstat, you certainly can
easily do without it.
Linus
-