@@ -84,8 +84,8 @@ format sections of the manual for 'git diff-{asterisk}' commands) or
84
84
diff-patch format.
85
85
86
86
87
- diffcore-break: For Splitting Up " Complete Rewrites"
88
- ----------------------------------------------------
87
+ diffcore-break: For Splitting Up Complete Rewrites
88
+ --------------------------------------------------
89
89
90
90
The second transformation in the chain is diffcore-break, and is
91
91
controlled by the -B option to the 'git diff-{asterisk}' commands. This is
@@ -119,7 +119,7 @@ the original is used), and can be customized by giving a number
119
119
after "-B" option (e.g. "-B75" to tell it to use 75%).
120
120
121
121
122
- diffcore-rename: For Detection Renames and Copies
122
+ diffcore-rename: For Detecting Renames and Copies
123
123
-------------------------------------------------
124
124
125
125
This transformation is used to detect renames and copies, and is
@@ -177,8 +177,8 @@ the expense of making it slower. Without `--find-copies-harder`,
177
177
copied happened to have been modified in the same changeset.
178
178
179
179
180
- diffcore-merge-broken: For Putting " Complete Rewrites" Back Together
181
- --------------------------------------------------------------------
180
+ diffcore-merge-broken: For Putting Complete Rewrites Back Together
181
+ ------------------------------------------------------------------
182
182
183
183
This transformation is used to merge filepairs broken by
184
184
diffcore-break, and not transformed into rename/copy by
0 commit comments