vcs-fast-import-devs team mailing list archive
-
vcs-fast-import-devs team
-
Mailing list archive
-
Message #00010
[PATCH v6 0/6] fast-import: add new feature and mark command
Incorperated comments and changed 'option foo' to 'option git foo'. I
think this is ready to be merged to next if there are no objections.
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 | 262 ++++++++++++++++++++++++++-----------
t/t9300-fast-import.sh | 102 ++++++++++++++
3 files changed, 327 insertions(+), 77 deletions(-)
Follow ups