Skip to content

Commit 5f2e1df

Browse files
raalkmlJunio C Hamano
authored andcommitted
Document -g (--walk-reflogs) option of git-log
Signed-off-by: Alex Riesen <raa.lkml@gmail.com> Signed-off-by: Junio C Hamano <junkio@cox.net>
1 parent 61d6ed1 commit 5f2e1df

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Documentation/git-log.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,11 @@ include::pretty-formats.txt[]
4646
-p::
4747
Show the change the commit introduces in a patch form.
4848

49+
-g, \--walk-reflogs::
50+
Show commits as they were recorded in the reflog. The log contains
51+
a record about how the tip of a reference was changed.
52+
See also gitlink:git-reflog[1].
53+
4954
<paths>...::
5055
Show only commits that affect the specified paths.
5156

0 commit comments

Comments
 (0)