summaryrefslogtreecommitdiffstats
path: root/rev-list-options.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2016-08-03 15:40:21 -0700
committerJunio C Hamano <gitster@pobox.com>2016-08-03 15:40:21 -0700
commite48a1131c0a6c92e529879eb9307c3ea9250085e (patch)
tree763ac70ae8ab14fc1381a0d77961b90fb8a0d31b /rev-list-options.txt
parent51b095b9d274188e501ddf322bdf297686ada949 (diff)
downloadgit-htmldocs-e48a1131c0a6c92e529879eb9307c3ea9250085e.tar.gz
Autogenerated HTML docs for v2.9.2-566-g80460
Diffstat (limited to 'rev-list-options.txt')
-rw-r--r--rev-list-options.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/rev-list-options.txt b/rev-list-options.txt
index c5bd21812..f39cb6d4f 100644
--- a/rev-list-options.txt
+++ b/rev-list-options.txt
@@ -274,6 +274,10 @@ ifdef::git-rev-list[]
Try to speed up the traversal using the pack bitmap index (if
one is available). Note that when traversing with `--objects`,
trees and blobs will not have their associated path printed.
+
+--progress=<header>::
+ Show progress reports on stderr as objects are considered. The
+ `<header>` text will be printed with each progress update.
endif::git-rev-list[]
--