From ccc2f7606414a57fc7f34d2f88f8fb2246918d6d Mon Sep 17 00:00:00 2001
From: Junio C Hamano
Date: Thu, 24 Jul 2008 04:03:33 +0000
Subject: [PATCH] Autogenerated HTML docs for v1.6.0-rc0-42-g186458
---
git-diff-tree.html | 12 ++++++------
git-diff-tree.txt | 10 +++++-----
git-filter-branch.html | 4 ++--
git-filter-branch.txt | 2 +-
git-log.html | 8 ++++----
git-rerere.html | 4 ++--
git-rerere.txt | 2 +-
git-rev-list.html | 8 ++++----
rev-list-options.txt | 6 +++---
technical/api-string-list.html | 6 +++---
technical/api-string-list.txt | 4 ++--
11 files changed, 33 insertions(+), 33 deletions(-)
diff --git a/git-diff-tree.html b/git-diff-tree.html
index 3f9519e74..8cf9409ad 100644
--- a/git-diff-tree.html
+++ b/git-diff-tree.html
@@ -971,11 +971,11 @@ people using 80-column terminals.
This flag changes the way a merge commit patch is displayed,
in a similar way to the -c option. It implies the -c
and -p options and further compresses the patch output
- by omitting hunks that show differences from only one
- parent, or show the same change from all but one parent
- for an Octopus merge. When this optimization makes all
- hunks disappear, the commit itself and the commit log
- message is not shown, just like in any other "empty diff" case.
+ by omitting uninteresting hunks whose the contents in the parents
+ have only two variants and the merge result picks one of them
+ without modification. When all hunks are uninteresting, the commit
+ itself and the commit log message is not shown, just like in any other
+ "empty diff" case.
@@ -1855,7 +1855,7 @@ the pathname, but if that is NUL, the record will show two paths.