Skip to content

Commit 7b9ea42

Browse files
committed
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
2 parents f2f5449 + 850bc56 commit 7b9ea42

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

Documentation/git-fast-import.txt

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,6 @@ OPTIONS
3939
See ``Date Formats'' below for details about which formats
4040
are supported, and their syntax.
4141

42-
-- done::
43-
Terminate with error if there is no 'done' command at the
44-
end of the stream.
45-
4642
--force::
4743
Force updating modified existing branches, even if doing
4844
so would cause commits to be lost (as the new commit does
@@ -108,7 +104,8 @@ OPTIONS
108104
output.
109105

110106
--done::
111-
Require a `done` command at the end of the stream.
107+
Terminate with error if there is no `done` command at the
108+
end of the stream.
112109
This option might be useful for detecting errors that
113110
cause the frontend to terminate before it has started to
114111
write a stream.

0 commit comments

Comments
 (0)