vcs-fast-import-devs team mailing list archive
-
vcs-fast-import-devs team
-
Mailing list archive
-
Message #00060
[PATCH v8 0/7] fast-import: add new feature and option command
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(-)
Follow ups