diff options
author | Junio C Hamano <junkio@cox.net> | 2007-04-15 17:52:07 -0700 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2007-04-15 17:52:07 -0700 |
commit | 7a1593972c19df26aee7d14c7d7c8c4fce24fb26 (patch) | |
tree | db35e64802866acad50f05c45ba7d5bc2a2f1380 /Documentation | |
parent | b0732115342d190d8c547ceaf5bf7a3534e3be5d (diff) | |
parent | 5f2e1df5c9fa7856e5d7dda7d6c618ed08822b82 (diff) | |
download | git-7a1593972c19df26aee7d14c7d7c8c4fce24fb26.tar.gz |
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.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. |