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 @@ -38,6 +38,10 @@ OPTIONS
38
38
See ``Date Formats'' below for details about which formats
39
39
are supported, and their syntax.
40
40
41
+ -- done::
42
+ Terminate with error if there is no 'done' command at the
43
+ end of the stream.
44
+
41
45
--force::
42
46
Force updating modified existing branches, even if doing
43
47
so would cause commits to be lost (as the new commit does
@@ -1030,7 +1034,9 @@ done::
1030
1034
Error out if the stream ends without a 'done' command.
1031
1035
Without this feature, errors causing the frontend to end
1032
1036
abruptly at a convenient point in the stream can go
1033
- undetected.
1037
+ undetected. This may occur, for example, if an import
1038
+ front end dies in mid-operation without emitting SIGTERM
1039
+ or SIGKILL at its subordinate git fast-import instance.
1034
1040
1035
1041
`option`
1036
1042
~~~~~~~~
You can’t perform that action at this time.
0 commit comments