aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/git-log.txt
diff options
context:
space:
mode:
authorMichael Hendricks <michael@ndrix.org>2007-05-10 16:09:38 -0600
committerJunio C Hamano <junkio@cox.net>2007-05-10 15:21:54 -0700
commit56822cc9ab9003c80b18201c097e4faa6f0ffbd3 (patch)
tree8427b65cba338e33ea5d7fb069ea3e380d257eae /Documentation/git-log.txt
parent1dcb3b6478cac3d301349c2df4af2e5ec69dfffe (diff)
downloadgit-56822cc9ab9003c80b18201c097e4faa6f0ffbd3.tar.gz
Document 'git-log --decorate'
Signed-off-by: Michael Hendricks <michael@ndrix.org> Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'Documentation/git-log.txt')
-rw-r--r--Documentation/git-log.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/git-log.txt b/Documentation/git-log.txt
index 49bb539dea..dd06527a1e 100644
--- a/Documentation/git-log.txt
+++ b/Documentation/git-log.txt
@@ -51,6 +51,9 @@ include::pretty-formats.txt[]
a record about how the tip of a reference was changed.
See also gitlink:git-reflog[1].
+--decorate::
+ Print out the ref names of any commits that are shown.
+
<paths>...::
Show only commits that affect the specified paths.