This reroll addressess comments from Shawn and the fast-import mailing list. It also adds a new feature, "relative-marks", which will be very useful for remote helpers. Apologies for taking so long with the reroll, hopefully this version is good for next and I can finish my git-remote-hg work :). Sverre Rabbelier (7): fast-import: put option parsing code in separate functions fast-import: put marks reading in it's own function fast-import: add feature command fast-import: add option command fast-import: test the new option command fast-import: allow for multiple --import-marks= arguments fast-import: add (non-)relative-marks feature Documentation/git-fast-import.txt | 79 +++++++++ fast-import.c | 317 +++++++++++++++++++++++++++---------- t/t9300-fast-import.sh | 152 ++++++++++++++++++ 3 files changed, 462 insertions(+), 86 deletions(-) -- 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