Merge branch 'jk/maint-fast-import-doc-dedup-done'
authorJunio C Hamano <gitster@pobox.com>
Tue, 8 Jan 2013 21:22:52 +0000 (13:22 -0800)
committerJunio C Hamano <gitster@pobox.com>
Tue, 8 Jan 2013 21:22:53 +0000 (13:22 -0800)
The "logical order" reorganization can come after that is done and
can cook longer in 'next'.

* jk/maint-fast-import-doc-dedup-done:
git-fast-import(1): remove duplicate '--done' option

Documentation/git-fast-import.txt
index 68bca1a29de51995881edae077c8232bcdb1f07a..3da5cc272a7aac921017fead83c271b5d35fd977 100644 (file)
@@ -39,10 +39,6 @@ OPTIONS
        See ``Date Formats'' below for details about which formats
        are supported, and their syntax.
 
--- done::
-       Terminate with error if there is no 'done' command at the
-       end of the stream.
-
 --force::
        Force updating modified existing branches, even if doing
        so would cause commits to be lost (as the new commit does
@@ -108,7 +104,8 @@ OPTIONS
        output.
 
 --done::
-       Require a `done` command at the end of the stream.
+       Terminate with error if there is no `done` command at the
+       end of the stream.
        This option might be useful for detecting errors that
        cause the frontend to terminate before it has started to
        write a stream.