We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 843b9e6 commit f55c979Copy full SHA for f55c979
Documentation/git-fast-import.txt
@@ -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.
+ Disable the output shown by --stats, making fast-import usually
+ be silent when it is successful. However, if the import stream
+ 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
0 commit comments