On Tue, Jun 10, 2008 at 07:44:50PM +0200, Pascal Obry wrote:
In one of my repository, "git gc" will never terminate.
I have traced to the underlying call git-reflog:
$ git-reflog expire --all
It seems to heat a good amount of heap memory and will keep running using
100% of CPU.
Is that a known issue?
I can't reproduce here, so presumably it is some condition in your
repository; can you make a tarball of your .git directory available?
-Peff