Comment 13 for bug 818318

Revision history for this message
Jelmer Vernooij (jelmer) wrote : Re: [Bug 818318] Re: set of rename operations breaks dpush

revision_to_objects is more complicated than it needs to be. It needs
to first gather the newly generated blob objects and then, based on
that, the new tree objects similar to the way this is being done in
dulwich' commit_index.

One of the challenges here will be retrieving git Tree objects from the
base revision, so they can be modified.