The only difference with v3 is that the --import-marks refactoring is
done in a seperate patch.
Meant as replacement for sr/gfi-options in pu.
Sverre Rabbelier (4):
fast-import: put option parsing code in seperate functions
fast-import: put marks reading in it's own function
fast-import: add option command
fast-import: test the new option command
Documentation/git-fast-import.txt | 23 ++++
fast-import.c | 235 +++++++++++++++++++++++++------------
t/t9300-fast-import.sh | 58 +++++++++
3 files changed, 239 insertions(+), 77 deletions(-)