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
39
39
See ``Date Formats'' below for details about which formats
40
40
are supported, and their syntax.
41
41
42
+ -- done::
43
+ Terminate with error if there is no 'done' command at the
44
+ end of the stream.
45
+
42
46
--force::
43
47
Force updating modified existing branches, even if doing
44
48
so would cause commits to be lost (as the new commit does
@@ -1047,7 +1051,9 @@ done::
1047
1051
Error out if the stream ends without a 'done' command.
1048
1052
Without this feature, errors causing the frontend to end
1049
1053
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.
1051
1057
1052
1058
`option`
1053
1059
~~~~~~~~
You can’t perform that action at this time.
0 commit comments