Re: how to speed up "git log"?

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Bruno Haible
Date: Sunday, February 11, 2007 - 4:41 pm

Hello Johannes,

Thanks for the helpful answer.


Ouch.


Is there some other concept or command that git offers? I'm in the situation
where I know that 'tr' in coreutils version 5.2.1 had a certain bug and
version 6.4 does not have the bug, and I want to review all commits that
are relevant to this. I know that the only changes in tr.c are relevant
for this, and I'm interested in a display of the minimum amount of relevant
commit messages. If "git log" is not the right command for this question,
which command is it?


No, it became even worse: git-1.5.0-rc4 is twice as slow as git-1.4.4 for
this command:
  git-1.4.4: 25 seconds real time, 24 seconds of CPU time (12 user, 12 system)
  git-1.5.0: 50 seconds real time, 39 seconds of CPU time (20 user, 19 system)

Bruno

-
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:
how to speed up "git log"?, Bruno Haible, (Sun Feb 11, 4:52 am)
Re: how to speed up "git log"?, Johannes Schindelin, (Sun Feb 11, 9:49 am)
Re: how to speed up "git log"?, Shawn O. Pearce, (Sun Feb 11, 4:00 pm)
Re: how to speed up "git log"?, Johannes Schindelin, (Sun Feb 11, 4:08 pm)
Re: how to speed up "git log"?, Bruno Haible, (Sun Feb 11, 4:41 pm)
Re: how to speed up "git log"?, Shawn O. Pearce, (Sun Feb 11, 4:46 pm)
Re: how to speed up "git log"?, Johannes Schindelin, (Sun Feb 11, 4:56 pm)
Re: how to speed up "git log"?, Robin Rosenberg, (Sun Feb 11, 4:59 pm)
Re: how to speed up "git log"?, Bruno Haible, (Sun Feb 11, 7:02 pm)
Re: how to speed up "git log"?, Junio C Hamano, (Sun Feb 11, 9:08 pm)
Re: how to speed up "git log"?, Linus Torvalds, (Sun Feb 11, 9:20 pm)
Re: how to speed up "git log"?, Shawn O. Pearce, (Sun Feb 11, 11:06 pm)
Re: how to speed up "git log"?, Junio C Hamano, (Sun Feb 11, 11:11 pm)
Re: how to speed up "git log"?, Shawn O. Pearce, (Sun Feb 11, 11:22 pm)
Re: how to speed up "git log"?, Shawn O. Pearce, (Sun Feb 11, 11:28 pm)
Re: how to speed up "git log"?, Johannes Schindelin, (Mon Feb 12, 4:19 am)
Re: how to speed up "git log"?, Bruno Haible, (Mon Feb 12, 4:27 am)