aboutsummaryrefslogtreecommitdiff
path: root/Documentation/rev-list-options.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2008-07-23 16:16:05 -0700
committerJunio C Hamano <gitster@pobox.com>2008-07-23 16:57:13 -0700
commitea3d988df7b0985fa164c7ace13e4c961c607a22 (patch)
tree32a1a4dd91af61fd226d1046a7b9f93bb5a26bcd /Documentation/rev-list-options.txt
parenta31c00b00eeadbc4b87ce2d578688e9b369a50fe (diff)
downloadgit-ea3d988df7b0985fa164c7ace13e4c961c607a22.tar.gz
git-ea3d988df7b0985fa164c7ace13e4c961c607a22.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/rev-list-options.txt')
-rw-r--r--Documentation/rev-list-options.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/Documentation/rev-list-options.txt b/Documentation/rev-list-options.txt
index b6f5d87e7..3aa38097e 100644
--- a/Documentation/rev-list-options.txt
+++ b/Documentation/rev-list-options.txt
@@ -112,9 +112,9 @@ options may be given. See linkgit:git-diff-files[1] for more options.
--cc::
This flag implies the '-c' 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.
+ patch output by omitting uninteresting hunks whose contents in
+ the parents have only two variants and the merge result picks
+ one of them without modification.
-r::