From a340aaa88e7e6b3c6e57e248e0c3a67e8b9067a3 Mon Sep 17 00:00:00 2001 From: Junio C Hamano Date: Thu, 23 Nov 2006 02:47:33 +0000 Subject: [PATCH] Autogenerated HTML docs for v1.4.4.1 --- git-diff-tree.html | 130 +++++++++++++++++++++++++++++++++++++++++++-- git-diff-tree.txt | 5 +- git-log.html | 128 ++++++++++++++++++++++++++++++++++++++++++-- git-log.txt | 4 +- git-rev-list.html | 128 ++++++++++++++++++++++++++++++++++++++++++-- git-rev-list.txt | 6 +-- git-show.html | 130 +++++++++++++++++++++++++++++++++++++++++++-- git-show.txt | 5 +- pretty-formats.txt | 78 +++++++++++++++++++++++++++ 9 files changed, 582 insertions(+), 32 deletions(-) create mode 100644 pretty-formats.txt diff --git a/git-diff-tree.html b/git-diff-tree.html index 854dc0ebb..dc0622866 100644 --- a/git-diff-tree.html +++ b/git-diff-tree.html @@ -669,14 +669,134 @@ separated with a single space are given.

---pretty[=(raw|medium|short)] +--pretty[=<format>]

- This is used to control "pretty printing" format of the - commit message. Without "=<style>", it defaults to - medium. + Pretty-prints the details of a commit. --pretty + without an explicit =<format> defaults to medium. + If the commit is a merge, and if the pretty-format + is not oneline, email or raw, an additional line is + inserted before the Author: line. This line begins with + "Merge: " and the sha1s of ancestral commits are printed, + separated by spaces. Note that the listed commits may not + necessarily be the list of the direct parent commits if you + have limited your view of history: for example, if you are + only interested in changes related to a certain directory or + file. Here are some additional details for each format: +

+
--no-commit-id @@ -1171,7 +1291,7 @@ two unresolved merge parents with the working tree file diff --git a/git-diff-tree.txt b/git-diff-tree.txt index f7e8ff296..5d6e9dc75 100644 --- a/git-diff-tree.txt +++ b/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 "=