summaryrefslogtreecommitdiffstats
path: root/git-multi-pack-index.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2019-11-11 13:33:46 +0900
committerJunio C Hamano <gitster@pobox.com>2019-11-11 13:33:46 +0900
commit8ac8a3d8dd001611b77776fa19ef37c2c87cd987 (patch)
treeefa3af5ebd3192b611732553c90c2d9baaa1e398 /git-multi-pack-index.txt
parent79d41dbe0b2fcbbc1cd5f6c188073a0956174289 (diff)
downloadgit-htmldocs-8ac8a3d8dd001611b77776fa19ef37c2c87cd987.tar.gz
Autogenerated HTML docs for v2.24.0-155-gd9f6f
Diffstat (limited to 'git-multi-pack-index.txt')
-rw-r--r--git-multi-pack-index.txt6
1 files changed, 5 insertions, 1 deletions
diff --git a/git-multi-pack-index.txt b/git-multi-pack-index.txt
index 233b2b786..642d9ac5b 100644
--- a/git-multi-pack-index.txt
+++ b/git-multi-pack-index.txt
@@ -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::