summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorAlex Riesen <raa.lkml@gmail.com>2007-04-15 22:36:06 (GMT)
committerJunio C Hamano <junkio@cox.net>2007-04-15 23:05:24 (GMT)
commit5f2e1df5c9fa7856e5d7dda7d6c618ed08822b82 (patch)
tree691ba1f640c79706bc091b847d77f0b4a8b60c43 /Documentation
parent61d6ed139ff572937c8ff342cfa16e40d2f9011e (diff)
downloadgit-5f2e1df5c9fa7856e5d7dda7d6c618ed08822b82.zip
git-5f2e1df5c9fa7856e5d7dda7d6c618ed08822b82.tar.gz
git-5f2e1df5c9fa7856e5d7dda7d6c618ed08822b82.tar.bz2
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>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/git-log.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/Documentation/git-log.txt b/Documentation/git-log.txt
index 030edaf..49bb539 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].
+
<paths>...::
Show only commits that affect the specified paths.