From 56822cc9ab9003c80b18201c097e4faa6f0ffbd3 Mon Sep 17 00:00:00 2001 From: Michael Hendricks Date: Thu, 10 May 2007 16:09:38 -0600 Subject: [PATCH] Document 'git-log --decorate' Signed-off-by: Michael Hendricks Signed-off-by: Junio C Hamano --- Documentation/git-log.txt | 3 +++ 1 file changed, 3 insertions(+) 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. + ...:: Show only commits that affect the specified paths. -- 2.11.4.GIT