You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I currently have a valid git database, but due to a bug ingit-pack-objects(the process crash with a stack dump file) I’m unable to pack the objects in a packfile withgit-repack.
So Is there an example for thewrite_pack()function ?
The text was updated successfully, but these errors were encountered:
@Byron : Yes, but it’s very unlikely someone with gitdb knowledge answer the question on so (and you didn’t explained how to get an ostream from a loose object (not enven sure that an ostream would be be the appropriate type)). at least it’s the so version that should be closed.
Adding examples or additional test cases (since I’m just trying to achieve the same as thegit repackcommand) would enhance the gitdb project.
I currently have a valid git database, but due to a bug in
git-pack-objects
(the process crash with a stack dump file) I’m unable to pack the objects in a packfile withgit-repack
.So Is there an example for the
write_pack()
function ?The text was updated successfully, but these errors were encountered: