File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -93,11 +93,11 @@ include::pretty-options.txt[]
93
93
This flag changes the way a merge commit patch is displayed,
94
94
in a similar way to the '-c' option. It implies the '-c'
95
95
and '-p' options and further compresses the patch output
96
- by omitting hunks that show differences from only one
97
- parent, or show the same change from all but one parent
98
- for an Octopus merge . When this optimization makes all
99
- hunks disappear, the commit itself and the commit log
100
- message is not shown, just like in any other "empty diff" case.
96
+ by omitting uninteresting hunks whose the contents in the parents
97
+ have only two variants and the merge result picks one of them
98
+ without modification . When all hunks are uninteresting, the commit
99
+ itself and the commit log message is not shown, just like in any other
100
+ "empty diff" case.
101
101
102
102
--always::
103
103
Show the commit itself and the commit log message even
Original file line number Diff line number Diff line change @@ -112,9 +112,9 @@ options may be given. See linkgit:git-diff-files[1] for more options.
112
112
--cc::
113
113
114
114
This flag implies the '-c' options and further compresses the
115
- patch output by omitting hunks that show differences from only
116
- one parent, or show the same change from all but one parent for
117
- an Octopus merge .
115
+ patch output by omitting uninteresting hunks whose contents in
116
+ the parents have only two variants and the merge result picks
117
+ one of them without modification .
118
118
119
119
-r::
120
120
You can’t perform that action at this time.
0 commit comments