summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2019-10-07 02:32:57 (GMT)
committerJunio C Hamano <gitster@pobox.com>2019-10-07 02:32:57 (GMT)
commitcaf150ce7d60e4070292226ec208478b801b8d4b (patch)
tree4468512d9f8492843cc7b4a6091790e513acde9f /Documentation
parent1d8b0dfa8af29213969402a4d9ce78e4d95c7718 (diff)
parent7371612255492f062ee905e6d88c6234c6d4752a (diff)
downloadgit-caf150ce7d60e4070292226ec208478b801b8d4b.zip
git-caf150ce7d60e4070292226ec208478b801b8d4b.tar.gz
git-caf150ce7d60e4070292226ec208478b801b8d4b.tar.bz2
Merge branch 'gs/commit-graph-progress'
* gs/commit-graph-progress: commit-graph: add --[no-]progress to write and verify
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/git-commit-graph.txt7
1 files changed, 5 insertions, 2 deletions
diff --git a/Documentation/git-commit-graph.txt b/Documentation/git-commit-graph.txt
index eb5e786..8c708a7 100644
--- a/Documentation/git-commit-graph.txt
+++ b/Documentation/git-commit-graph.txt
@@ -10,8 +10,8 @@ SYNOPSIS
--------
[verse]
'git commit-graph read' [--object-dir <dir>]
-'git commit-graph verify' [--object-dir <dir>] [--shallow]
-'git commit-graph write' <options> [--object-dir <dir>]
+'git commit-graph verify' [--object-dir <dir>] [--shallow] [--[no-]progress]
+'git commit-graph write' <options> [--object-dir <dir>] [--[no-]progress]
DESCRIPTION
@@ -29,6 +29,9 @@ OPTIONS
commit-graph file is expected to be in the `<dir>/info` directory and
the packfiles are expected to be in `<dir>/pack`.
+--[no-]progress::
+ Turn progress on/off explicitly. If neither is specified, progress is
+ shown if standard error is connected to a terminal.
COMMANDS
--------