The addition of git notes to --decorate output is noted on the git-log manual page. In addition, the --decorate documentation is copied to the git-show and git-whatchanged manual pages, where any mention of --decorate have been missing until now. Signed-off-by: Johan Herland <johan@xxxxxxxxxxx> --- Documentation/git-log.txt | 3 ++- Documentation/git-show.txt | 4 ++++ Documentation/git-whatchanged.txt | 4 ++++ 3 files changed, 10 insertions(+), 1 deletions(-) diff --git a/Documentation/git-log.txt b/Documentation/git-log.txt index 0f353f6..1168372 100644 --- a/Documentation/git-log.txt +++ b/Documentation/git-log.txt @@ -52,7 +52,8 @@ include::pretty-options.txt[] See also gitlink:git-reflog[1]. --decorate:: - Print out the ref names of any commits that are shown. + Print out the ref names and notes associated with any commits that are + shown. <paths>...:: Show only commits that affect the specified paths. diff --git a/Documentation/git-show.txt b/Documentation/git-show.txt index 34c5caf..a31ba6b 100644 --- a/Documentation/git-show.txt +++ b/Documentation/git-show.txt @@ -38,6 +38,10 @@ OPTIONS For a more complete list of ways to spell object names, see "SPECIFYING REVISIONS" section in gitlink:git-rev-parse[1]. +--decorate:: + Print out the ref names and notes associated with any commits that are + shown. + include::pretty-options.txt[] diff --git a/Documentation/git-whatchanged.txt b/Documentation/git-whatchanged.txt index 399bff3..3f77b3d 100644 --- a/Documentation/git-whatchanged.txt +++ b/Documentation/git-whatchanged.txt @@ -43,6 +43,10 @@ OPTIONS <format> can be one of 'raw', 'medium', 'short', 'full', and 'oneline'. +--decorate:: + Print out the ref names and notes associated with any commits that are + shown. + -m:: By default, differences for merge commits are not shown. With this flag, show differences to that commit from all -- 1.5.2.101.gee49f - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html