dulwich icon indicating copy to clipboard operation
dulwich copied to clipboard

Git Bundle Handling

Open rmspeers opened this issue 1 year ago • 3 comments

It appears that in the bundle.py, there is at least support for the file format, and packing seems to be well supported.

I do not see a way, however, to do 2 things:

  1. git pull from a bundle. When I try to give the path as the remote, an exception propagates from down in client.py's _open_repo function.

  2. create a bundle (git bundle create) from a repo

Could anyone share ideas or tips?

rmspeers avatar Dec 20 '23 05:12 rmspeers

@jelmer or anyone, do you have any suggestions? I'm not familiar with Git internals but am happy to try to add support if you have suggestions.

rmspeers avatar Jan 15 '24 22:01 rmspeers