-
Notifications
You must be signed in to change notification settings - Fork 2.5k
midx: Introduce a parser for multi-pack-index files #5401
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
9b99abe
to
22fedd3
Compare
f47ec5e
to
35e7640
Compare
Instead of strictly reverting the |
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! |
Cooooool. I'm excited to see this. I'm going to chip away at your other PRs, I apologize for making you wait so long in the review queue - I haven't had much spare time in the last few months. |
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