From: Michael Hendricks Date: Thu, 10 May 2007 22:09:38 +0000 (-0600) Subject: Document 'git-log --decorate' X-Git-Tag: v1.5.2-rc3~1 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=56822cc9ab9003c80b18201c097e4faa6f0ffbd3;p=git.git Document 'git-log --decorate' Signed-off-by: Michael Hendricks Signed-off-by: Junio C Hamano --- diff --git a/Documentation/git-log.txt b/Documentation/git-log.txt index 49bb539de..dd06527a1 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. + ...:: Show only commits that affect the specified paths.