Junio C Hamano wrote: > Linus Torvalds <torvalds@xxxxxxxx> writes: > >> The other big difference is being able to do merges in seconds. The >> biggest cost of doing a big merge these days seems to literally be >> generating the diffstat of the changes at the end (which is purely a UI >> issue, but one that I find so important that I'll happily take the extra >> few seconds for that, even if it sometimes effectively doubles the >> overhead). > > An interesting effect on this is when people have a column for > merge performance in a SCM comparison table, they would include > time to run the diffstat as part of the time spent for merging > when they fill in the number for git, but not for any other SCM. 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 - 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