Only changes are in 5/6 and 6/6, as suggested by Junio we now ignore git options that we do not recognise. If desired we could add a feature command for each option so that the frontend can make it required with 'feature git-option-marks'. Sverre Rabbelier (6): 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: test the new feature command fast-import: add option command fast-import: test the new option command Documentation/git-fast-import.txt | 40 ++++++ fast-import.c | 264 ++++++++++++++++++++++++++----------- t/t9300-fast-import.sh | 107 +++++++++++++++ 3 files changed, 334 insertions(+), 77 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