fast-export: support done feature
commit82670a5cb57d6a590f261430b6e2b39d09c22900
authorSverre Rabbelier <srabbelier@gmail.com>
Sat, 16 Jul 2011 13:03:33 +0000 (16 15:03 +0200)
committerJunio C Hamano <gitster@pobox.com>
Tue, 19 Jul 2011 18:17:47 +0000 (19 11:17 -0700)
treeb9f9caeead49fa266904c969d55ef29ec432da5e
parentbe56862f198d946dc75ac7092606e78a4f2ff1d3
fast-export: support done feature

If fast-export is being used to generate a fast-import stream that
will be used afterwards it is desirable to indicate the end of the
stream with the new 'done' command.

Add a flag that causes fast-export to end with 'done'.

Signed-off-by: Sverre Rabbelier <srabbelier@gmail.com>
Acked-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-fast-export.txt
builtin/fast-export.c