From: Junio C Hamano Date: Thu, 23 Nov 2006 02:47:33 +0000 (+0000) Subject: Autogenerated HTML docs for v1.4.4.1 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=a340aaa88e7e6b3c6e57e248e0c3a67e8b9067a3;p=git.git Autogenerated HTML docs for v1.4.4.1 --- 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 "=