login
Header Space

 
 

Re: git and bzr

Score:
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: <git@...>
Cc: <bazaar-ng@...>
Date: Tuesday, November 28, 2006 - 1:29 pm

Aaron Bentley wrote:



Well without the content based detection of contents copying and moving
which git-blame wouldn't work as well as it work now.
 

But you don't have content movement tracking.


I think not.


The first example:

$ time git blame -C revision.c >/dev/null

real    0m7.577s
user    0m7.248s
sys     0m0.020s

while without content copying and moving detection we have

$ time git blame revision.c >/dev/null

real    0m2.108s
user    0m2.044s
sys     0m0.024s

(on 2000 BogoMIPS CPU).
-- 
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@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Re: git and bzr, Jakub Narebski, (Tue Nov 28, 1:29 pm)
Re: git and bzr, Aaron Bentley, (Tue Nov 28, 2:31 pm)
Re: git and bzr, Jakub Narebski, (Tue Nov 28, 2:43 pm)
Re: git and bzr, Aaron Bentley, (Tue Nov 28, 5:59 pm)
Re: git and bzr, Jakub Narebski, (Tue Nov 28, 6:16 pm)
speck-geostationary