]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Document -g (--walk-reflogs) option of git-log
authorAlex Riesen <raa.lkml@gmail.com>
Sun, 15 Apr 2007 22:36:06 +0000 (00:36 +0200)
committerJunio C Hamano <junkio@cox.net>
Sun, 15 Apr 2007 23:05:24 +0000 (16:05 -0700)
Signed-off-by: Alex Riesen <raa.lkml@gmail.com>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Documentation/git-log.txt

index 030edaf305a620935840b3ffdcc0ca546d4e43da..49bb539dea6ad86fa8844cf6bbe27a74af41b4e4 100644 (file)
@@ -46,6 +46,11 @@ include::pretty-formats.txt[]
 -p::
        Show the change the commit introduces in a patch form.
 
+-g, \--walk-reflogs::
+       Show commits as they were recorded in the reflog. The log contains
+       a record about how the tip of a reference was changed.
+       See also gitlink:git-reflog[1].
+
 <paths>...::
        Show only commits that affect the specified paths.