diff options
author | Alex Riesen <raa.lkml@gmail.com> | 2007-04-16 00:36:06 +0200 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2007-04-15 16:05:24 -0700 |
commit | 5f2e1df5c9fa7856e5d7dda7d6c618ed08822b82 (patch) | |
tree | 691ba1f640c79706bc091b847d77f0b4a8b60c43 /Documentation/git-log.txt | |
parent | sscanf/strtoul: parse integers robustly (diff) | |
download | tgif-5f2e1df5c9fa7856e5d7dda7d6c618ed08822b82.tar.xz |
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/git-log.txt')
-rw-r--r-- | Documentation/git-log.txt | 5 |
1 files changed, 5 insertions, 0 deletions
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]. + <paths>...:: Show only commits that affect the specified paths. |