Brief article on benchmarks of Python repository with leading DVCSen

Stephen J. Turnbull stephen at xemacs.org
Wed Feb 11 03:10:21 GMT 2009


Alexander Belchenko writes:

 > /me mutters: when git people have started sum up time of add to
 > time of commit?

It's not obviously appropriate; I do $VCS status a lot, which for git
means that git add is nearly instantaneous even in a large tree most
of the time, and so is git commit, because the objects are all
up-to-date.  I also usually do a "these files only" commit even if I'm
pretty sure only the files I want to commit are modified.  I suspect
that speeds things up for git, too.

Agreed, I'd like to see that statistic.




More information about the bazaar mailing list