]> git.ipfire.org Git - thirdparty/git.git/blobdiff - Documentation/git-multi-pack-index.txt
multi-pack-index: add [--[no-]progress] option.
[thirdparty/git.git] / Documentation / git-multi-pack-index.txt
index 233b2b786271cc695268d2f7c0139d02228bd3c2..642d9ac5b723652f339fa45b03ea67806d44f735 100644 (file)
@@ -9,7 +9,7 @@ git-multi-pack-index - Write and verify multi-pack-indexes
 SYNOPSIS
 --------
 [verse]
-'git multi-pack-index' [--object-dir=<dir>] <subcommand>
+'git multi-pack-index' [--object-dir=<dir>] [--[no-]progress] <subcommand>
 
 DESCRIPTION
 -----------
@@ -23,6 +23,10 @@ OPTIONS
        `<dir>/packs/multi-pack-index` for the current MIDX file, and
        `<dir>/packs` for the pack-files to index.
 
+--[no-]progress::
+       Turn progress on/off explicitly. If neither is specified, progress is
+       shown if standard error is connected to a terminal.
+
 The following subcommands are available:
 
 write::