Alexander Gavrilov <angavrilov@xxxxxxxxx> wrote: > Currently fast-import/export cannot be used for > repositories with submodules. This patch extends > the relevant programs to make them correctly > process gitlinks. > > Signed-off-by: Alexander Gavrilov <angavrilov@xxxxxxxxx> Acked-by: Shawn O. Pearce <spearce@xxxxxxxxxxx> > I noticed that fast-export & fast-import cannot work with > repositories using submodules: import complains about > an invalid mode, and export fails while trying to open the SHA > as a blob. > > As I didn't see any particular reason for it to be so, I tried to > implement support for gitlinks. > > What I'm unsure of is, should fast-export try to reuse commit > marks for gitlinks where it happened to recognize the object, > or always output the SHA as it is stored in the tree? Its unlikely that the commit objects are in the repository the export is running in, so its unlikely you can use a mark. Its fine to just always output the SHA-1 I think. -- Shawn. -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html