git-fast-import.txt: fix documentation for --quiet option
Signed-off-by: Elijah Newren <newren@gmail.com> Acked-by: Jeff King <peff@peff.net> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Elijah Newren committed
Nov 15, 2018 at 23:59 UTC
f55c979b14eb7788fb5b4fe5e04212191b53e477
1 file changed
+4
-3
Documentation/git-fast-import.txt
+4
-3
@@ -40,9 +40,10 @@ OPTIONS
40
not contain the old commit).
41
42
--quiet::
43
- Disable all non-fatal output, making fast-import silent when it
44
- is successful. This option disables the output shown by
45
- --stats.
43
+ Disable the output shown by --stats, making fast-import usually
44
+ be silent when it is successful. However, if the import stream
45
+ has directives intended to show user output (e.g. `progress`
46
+ directives), the corresponding messages will still be shown.
47
48
--stats::
49
Display some basic statistics about the objects fast-import has