From 5d1faf8791fa85ba9be2282900d4f704c7790648 Mon Sep 17 00:00:00 2001 From: Chris Riddoch Date: Tue, 21 Nov 2006 16:49:15 -0700 Subject: [PATCH] Move --pretty options into Documentation/pretty-formats.txt Asciidoc-include it into the manuals for programs that use the --pretty command-line option, for consistency among the docs. This describes all the pretty-formats currently listed in the cmit_fmt enum in commit.h, and also briefly describes the presence and format of the 'Merge: ' line in some pretty formats. There's a hedge that limiting your view of history can affect what goes in the Merge: line, and that --abbrev/--no-abbrev do nothing to the 'raw' format. Signed-off-by: Chris Riddoch Signed-off-by: Junio C Hamano --- Documentation/git-diff-tree.txt | 5 +- Documentation/git-log.txt | 4 +- Documentation/git-rev-list.txt | 6 +-- Documentation/git-show.txt | 5 +- Documentation/pretty-formats.txt | 78 ++++++++++++++++++++++++++++++++ 5 files changed, 83 insertions(+), 15 deletions(-) create mode 100644 Documentation/pretty-formats.txt diff --git a/Documentation/git-diff-tree.txt b/Documentation/git-diff-tree.txt index f7e8ff296..5d6e9dc75 100644 --- a/Documentation/git-diff-tree.txt +++ b/Documentation/git-diff-tree.txt @@ -73,10 +73,7 @@ separated with a single space are given. This flag causes "git-diff-tree --stdin" to also show the commit message before the differences. ---pretty[=(raw|medium|short)]:: - This is used to control "pretty printing" format of the - commit message. Without "=