Skip to content

Commit f55c979

Browse files
newrengitster
authored andcommitted
git-fast-import.txt: fix documentation for --quiet option
Signed-off-by: Elijah Newren <[email protected]> Acked-by: Jeff King <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 843b9e6 commit f55c979

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

Documentation/git-fast-import.txt

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,10 @@ OPTIONS
4040
not contain the old commit).
4141

4242
--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.
4647

4748
--stats::
4849
Display some basic statistics about the objects fast-import has

0 commit comments

Comments
 (0)