summaryrefslogtreecommitdiffstats
path: root/git-rev-list.txt
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2007-01-21 08:57:14 +0000
committerJunio C Hamano <junio@hera.kernel.org>2007-01-21 08:57:14 +0000
commitdb450ba3ae2b636d553d185caf436c76c0853bff (patch)
treecd6559f859d8c6f6fd813b9324247b7da8b43872 /git-rev-list.txt
parent4ad294bce02ce66a5fa0a3aba3267d83fc995773 (diff)
downloadgit-htmldocs-db450ba3ae2b636d553d185caf436c76c0853bff.tar.gz
Autogenerated HTML docs for v1.5.0-rc2
Diffstat (limited to 'git-rev-list.txt')
-rw-r--r--git-rev-list.txt17
1 files changed, 17 insertions, 0 deletions
diff --git a/git-rev-list.txt b/git-rev-list.txt
index 86c94e7df..a996f6cb1 100644
--- a/git-rev-list.txt
+++ b/git-rev-list.txt
@@ -27,6 +27,7 @@ SYNOPSIS
[ \--pretty | \--header ]
[ \--bisect ]
[ \--merge ]
+ [ \--walk-reflogs ]
<commit>... [ \-- <paths>... ]
DESCRIPTION
@@ -190,6 +191,22 @@ limiting may be applied.
In addition to the '<commit>' listed on the command
line, read them from the standard input.
+--walk-reflogs::
+
+ Instead of walking the commit ancestry chain, walk
+ reflog entries from the most recent one to older ones.
+ When this option is used you cannot specify commits to
+ exclude (that is, '{caret}commit', 'commit1..commit2',
+ nor 'commit1...commit2' notations cannot be used).
++
+With '\--pretty' format other than oneline (for obvious reasons),
+this causes the output to have two extra lines of information
+taken from the reflog. By default, 'commit@{Nth}' notation is
+used in the output. When the starting commit is specified as
+'commit@{now}', output also uses 'commit@{timestamp}' notation
+instead. Under '\--pretty=oneline', the commit message is
+prefixed with this information on the same line.
+
--merge::
After a failed merge, show refs that touch files having a