Re: VCS comparison table

Previous thread: Re: VCS comparison table by Jakub Narebski on Friday, October 20, 2006 - 3:40 am. (3 messages)

Next thread: Re: VCS comparison table by Jakub Narebski on Friday, October 20, 2006 - 3:44 am. (1 message)
From: Jakub Narebski
Date: Friday, October 20, 2006 - 3:51 am

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


-

From: Linus Torvalds
Date: Friday, October 20, 2006 - 8:58 am

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
-

Previous thread: Re: VCS comparison table by Jakub Narebski on Friday, October 20, 2006 - 3:40 am. (3 messages)

Next thread: Re: VCS comparison table by Jakub Narebski on Friday, October 20, 2006 - 3:44 am. (1 message)