]> git.ipfire.org Git - thirdparty/git.git/commit - fast-import.c
fast-import: put marks reading in its own function
authorSverre Rabbelier <srabbelier@gmail.com>
Fri, 4 Dec 2009 17:06:55 +0000 (18:06 +0100)
committerJunio C Hamano <gitster@pobox.com>
Sat, 5 Dec 2009 00:08:54 +0000 (16:08 -0800)
commit07cd9328b6256d3fdc05546e10c589144b5c63c5
tree570948852ff1c4b6e870b196406e4499cc7d0696
parent0f6927c2296d6f92f3f233fe9e073c30ca66e0ce
fast-import: put marks reading in its own function

All options do nothing but set settings, with the exception of the
--input-marks option. Delay the reading of the marks file till after
all options have been parsed.

Also, rename mark_file to export_marks_file as it is now ambiguous.

Signed-off-by: Sverre Rabbelier <srabbelier@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
fast-import.c