On Mon, Mar 28, 2011 at 09:16, psantosl@xxxxxxxxxxxxxxxxxx <psantosl@xxxxxxxxxxxxxxxxxx> wrote: > git fast-import --export-marks is able to export to a file the marks and > its associated commit hashes created during import. > > So far I've seen the marks are not the ones provided in the input but > some "internal ones" not related with the input. > > Wouldn't it be much better, for import/export interop, if it kept the > original marks? > > It would be certainly easier to do incremental import/export with > external systems not dealing with SHAs... I don't know what you are looking at, but fast-import uses the same mark numbers that were supplied in the input stream inside of the exported marks file. Otherwise as you pointed out, the marks are useless. -- 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