midx: Introduce a parser for multi-pack-index files#5401
Conversation
9b99abe to
22fedd3
Compare
f47ec5e to
35e7640
Compare
35e7640 to
38a10f8
Compare
good point! done! (also took the opportunity to add a comment to the function and rename the arguments). |
38a10f8 to
7ff8ee6
Compare
|
Sorry about the delay here. Let's move forward with this. Would you mind rebasing this on master so that we can get an up-to-date CI pass? |
7ff8ee6 to
47d6fe3
Compare
Done! |
47d6fe3 to
2ce0ddd
Compare
|
One thought that I have is that maybe this should be called Since this is an internal-only type, I don't necessarily think that it's a hard and fast requirement to make this change, but I think that the update would be an improvement. What do you think @lhchavez? |
This change is the first in a series to add support for git's multi-pack-index. This should speed up large repositories significantly. Part of: libgit2#5399
2ce0ddd to
005e771
Compare
sounds reasonable. Done! |

This change is the first in a series to add support for git's
multi-pack-index. This should speed up large repositories significantly.
Part of: #5399