summaryrefslogtreecommitdiffstats
path: root/git-rev-list.txt
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2007-11-15 00:13:36 +0000
committerJunio C Hamano <junio@hera.kernel.org>2007-11-15 00:13:36 +0000
commit8c5802d61d9a556dee3e457a8bde52a54cc636e7 (patch)
tree8ad86001f7d489a68dde56e16dd7b3d0a37e567d /git-rev-list.txt
parent361c1335bb152db70cab1086e3f8505e63b60354 (diff)
downloadgit-htmldocs-8c5802d61d9a556dee3e457a8bde52a54cc636e7.tar.gz
Autogenerated HTML docs for v1.5.3.5-721-g039b
Diffstat (limited to 'git-rev-list.txt')
-rw-r--r--git-rev-list.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/git-rev-list.txt b/git-rev-list.txt
index 485280423..989fbf356 100644
--- a/git-rev-list.txt
+++ b/git-rev-list.txt
@@ -20,6 +20,7 @@ SYNOPSIS
[ \--not ]
[ \--all ]
[ \--stdin ]
+ [ \--quiet ]
[ \--topo-order ]
[ \--parents ]
[ \--timestamp ]
@@ -270,6 +271,14 @@ limiting may be applied.
In addition to the '<commit>' listed on the command
line, read them from the standard input.
+--quiet::
+
+ Don't print anything to standard output. This form of
+ git-rev-list is primarly meant to allow the caller to
+ test the exit status to see if a range of objects is fully
+ connected (or not). It is faster than redirecting stdout
+ to /dev/null as the output does not have to be formatted.
+
--cherry-pick::
Omit any commit that introduces the same change as