summaryrefslogtreecommitdiffstats
path: root/git-rev-list.txt
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2007-07-24 08:10:27 +0000
committerJunio C Hamano <junio@hera.kernel.org>2007-07-24 08:10:27 +0000
commita196f6d93a21ebac9befc4b52a2b0586471b5fa4 (patch)
tree61727adc34e02885ad7a2e9062d90c60475bc291 /git-rev-list.txt
parentde9879a91fd7d4d123a303b4bcdc918f43ca3a62 (diff)
downloadgit-htmldocs-a196f6d93a21ebac9befc4b52a2b0586471b5fa4.tar.gz
Autogenerated HTML docs for v1.5.3-rc2-37-g1cff
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 043013909..1c1978140 100644
--- a/git-rev-list.txt
+++ b/git-rev-list.txt
@@ -37,6 +37,7 @@ SYNOPSIS
[ \--merge ]
[ \--reverse ]
[ \--walk-reflogs ]
+ [ \--no-walk ] [ \--do-walk ]
<commit>... [ \-- <paths>... ]
DESCRIPTION
@@ -398,6 +399,14 @@ These options are mostly targeted for packing of git repositories.
Only useful with '--objects'; print the object IDs that are not
in packs.
+--no-walk::
+
+ Only show the given revs, but do not traverse their ancestors.
+
+--do-walk::
+
+ Overrides a previous --no-walk.
+
include::pretty-formats.txt[]