Skip to content

Commit

Permalink
log --walk-reflog: documentation
Browse files Browse the repository at this point in the history
Signed-off-by: Junio C Hamano <junkio@cox.net>
  • Loading branch information
Junio C Hamano committed Jan 21, 2007
1 parent db055e6 commit 911cedc
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions Documentation/git-rev-list.txt
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,21 @@ 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.

--merge::

After a failed merge, show refs that touch files having a
Expand Down

0 comments on commit 911cedc

Please sign in to comment.