From: Alex Riesen Date: Sun, 15 Apr 2007 22:36:06 +0000 (+0200) Subject: Document -g (--walk-reflogs) option of git-log X-Git-Tag: v1.5.1.2~30 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=5f2e1df5c9fa7856e5d7dda7d6c618ed08822b82;p=git.git Document -g (--walk-reflogs) option of git-log Signed-off-by: Alex Riesen Signed-off-by: Junio C Hamano --- diff --git a/Documentation/git-log.txt b/Documentation/git-log.txt index 030edaf30..49bb539de 100644 --- a/Documentation/git-log.txt +++ b/Documentation/git-log.txt @@ -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]. + ...:: Show only commits that affect the specified paths.