On 6/1/06, Linus Torvalds <torvalds@xxxxxxxx> wrote:
On Thu, 1 Jun 2006, Jon Smirl wrote: > > I've been working on importing the Mozilla CVS into git for the last > few days. I've fixed up parsecvs so that it can parse the entire > repository without errors. Now I'm running into problems because there > are over 300 branches. > > I just run into a problem with git show-branch. Mozilla CVS has a lot > more than 29 refs, is this something that can be expanded? Hmm.. Any reason you care about "show-branch --all" in particular? The algorithm used for show-branch really doesn't scale well, it needs one bit per commit per branch, and I didn't realize anybody could ever really care.
I was trying to use it to figure out what was wrong with the branch processing in parsecvs. It doesn't have to be fixed. show-branch --all fails with same 29 tag limit. -- Jon Smirl jonsmirl@xxxxxxxxx - : send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html