denio7 / egit

Automatically exported from code.google.com/p/egit
0 stars 0 forks source link

Can't set core.packedGitLimit to 2 g #88

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Trying to set core.packedGitLimit to "2 g" causes underflow, the value must
be coming out negative because a core.packedGitWindowSize of "16 k" is
larger than the packedGitLimit.

I suspect RepositoryConfig is underflowing when it parses the value.

Original issue reported on code.google.com by sop+code@google.com on 12 May 2009 at 8:45

GoogleCodeExporter commented 8 years ago
Fixed by http://repo.or.cz/w/jgit.git?
a=commit;h=b2c1841f0d3619c8cc9f66d3bbb61d83242589a3

Original comment by sop+code@google.com on 24 Jun 2009 at 3:17