aboutsummaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorJunio C Hamano <junkio@cox.net>2007-04-15 17:52:07 -0700
committerJunio C Hamano <junkio@cox.net>2007-04-15 17:52:07 -0700
commit7a1593972c19df26aee7d14c7d7c8c4fce24fb26 (patch)
treedb35e64802866acad50f05c45ba7d5bc2a2f1380 /Documentation
parentb0732115342d190d8c547ceaf5bf7a3534e3be5d (diff)
parent5f2e1df5c9fa7856e5d7dda7d6c618ed08822b82 (diff)
downloadgit-7a1593972c19df26aee7d14c7d7c8c4fce24fb26.tar.gz
git-7a1593972c19df26aee7d14c7d7c8c4fce24fb26.tar.xz
Merge branch 'maint'
* maint: Document -g (--walk-reflogs) option of git-log sscanf/strtoul: parse integers robustly git-blame: Fix overrun in fake_working_tree_commit() [PATCH] Improve look-and-feel of the gitk tool. [PATCH] Teach gitk to use the user-defined UI font everywhere.
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 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].
+
<paths>...::
Show only commits that affect the specified paths.