diff options
author | Junio C Hamano <gitster@pobox.com> | 2008-07-23 16:16:05 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2008-08-01 23:00:42 -0700 |
commit | b1264da8637dc991b84e329c2c4958c1332d069f (patch) | |
tree | 93aee511505ea2d50d3c53a4cfb1ec77db8dcd0f /Documentation/git-diff-tree.txt | |
parent | Propagate -u/--upload-pack option of "git clone" to transport. (diff) | |
download | tgif-b1264da8637dc991b84e329c2c4958c1332d069f.tar.xz |
Documentation: clarify diff --cc
The definition of an "uninteresting" hunk was not in line with reality.
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/git-diff-tree.txt')
-rw-r--r-- | Documentation/git-diff-tree.txt | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/Documentation/git-diff-tree.txt b/Documentation/git-diff-tree.txt index 56caeb2d26..f4fbec48d8 100644 --- a/Documentation/git-diff-tree.txt +++ b/Documentation/git-diff-tree.txt @@ -93,11 +93,11 @@ include::pretty-options.txt[] 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. --always:: Show the commit itself and the commit log message even |