File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed
Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -39,6 +39,10 @@ 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+
4246--force::
4347 Force updating modified existing branches, even if doing
4448 so would cause commits to be lost (as the new commit does
@@ -1047,7 +1051,9 @@ done::
10471051 Error out if the stream ends without a 'done' command.
10481052 Without this feature, errors causing the frontend to end
10491053 abruptly at a convenient point in the stream can go
1050- undetected.
1054+ undetected. This may occur, for example, if an import
1055+ front end dies in mid-operation without emitting SIGTERM
1056+ or SIGKILL at its subordinate git fast-import instance.
10511057
10521058`option`
10531059~~~~~~~~
You can’t perform that action at this time.
0 commit comments