summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 31f4e76)
raw | patch | inline | side by side (parent: 31f4e76)
author | Junio C Hamano <gitster@pobox.com> | |
Wed, 23 Jul 2008 23:16:05 +0000 (16:16 -0700) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Sat, 2 Aug 2008 06:00:42 +0000 (23:00 -0700) |
The definition of an "uninteresting" hunk was not in line with reality.
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-diff-tree.txt | patch | blob | history | |
Documentation/rev-list-options.txt | patch | blob | history |
index 56caeb2d26f2f8eab1234be6f146201ded5b098a..f4fbec48d8e4411bcfa27f345d5decd9f39868a0 100644 (file)
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
index 37dd1d61ea36d7afb1e1b16cc46bee0d357ad1c8..f69260f4c04a83d4cdae2be733887bce63a6aa5d 100644 (file)
--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::