Browse Source

Merge branch 'jk/maint-fast-import-doc-dedup-done' into maint

* jk/maint-fast-import-doc-dedup-done:
  git-fast-import(1): remove duplicate '--done' option
maint
Junio C Hamano 12 years ago
parent
commit
7b9ea42b3c
  1. 7
      Documentation/git-fast-import.txt

7
Documentation/git-fast-import.txt

@ -39,10 +39,6 @@ OPTIONS
See ``Date Formats'' below for details about which formats See ``Date Formats'' below for details about which formats
are supported, and their syntax. are supported, and their syntax.


-- done::
Terminate with error if there is no 'done' command at the
end of the stream.

--force:: --force::
Force updating modified existing branches, even if doing Force updating modified existing branches, even if doing
so would cause commits to be lost (as the new commit does so would cause commits to be lost (as the new commit does
@ -108,7 +104,8 @@ OPTIONS
output. output.


--done:: --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 This option might be useful for detecting errors that
cause the frontend to terminate before it has started to cause the frontend to terminate before it has started to
write a stream. write a stream.

Loading…
Cancel
Save