From 5f2e1df5c9fa7856e5d7dda7d6c618ed08822b82 Mon Sep 17 00:00:00 2001 From: Alex Riesen Date: Mon, 16 Apr 2007 00:36:06 +0200 Subject: Document -g (--walk-reflogs) option of git-log Signed-off-by: Alex Riesen Signed-off-by: Junio C Hamano --- Documentation/git-log.txt | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Documentation/git-log.txt') diff --git a/Documentation/git-log.txt b/Documentation/git-log.txt index 030edaf305..49bb539dea 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. -- cgit v1.2.3