Robin Rosenberg <robin.rosenberg.lists@xxxxxxxxxx> wrote: > > More related, I also noted that the git:// ssh or file: clone calculates the CRC's separately > and wasn't subject to this bug. clone (or fetch) is going through IndexPack, which has its own logic to tear apart a pack file and build up the table of contents of that pack in the most efficient method possible. Its an entirely different code base than writing a pack, because its going the other direction. :-) The new test case at least validates that both IndexPack and PackWriter produce the same information in the .idx file. -- Shawn. -- To unsubscribe from this list: 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