{{ message }}
midx: Introduce git_odb_write_multi_pack_index()#5405
Merged
Conversation
4 tasks
b5b9ab6 to
9cb5803
Compare
9cb5803 to
cd7762d
Compare
79c6794 to
3f2deed
Compare
07fb62b to
daf437c
Compare
daf437c to
55bed14
Compare
ethomson
reviewed
Aug 25, 2021
This change adds the git_midx_writer_* functions to allow to write and create `multi-pack-index` files from `.idx`/`.pack` files. Part of: libgit2#5399
This change introduces git_odb_write_multi_pack_index(), which creates a `multi-pack-index` file from all the `.pack` files that have been loaded in the ODB. Fixes: libgit2#5399
55bed14 to
ea28590
Compare
ethomson
previously approved these changes
Aug 30, 2021
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

This change introduces git_odb_write_multi_pack_index(), which creates a
multi-pack-indexfile from all the.packfiles that have been loadedin the ODB.
Fixes: #5399