Skip to content

Commit 9664cef

Browse files
committed
Merge branch 'ps/docs-diffcore'
Doc update. * ps/docs-diffcore: docs/diffcore: unquote "Complete Rewrites" in headers docs/diffcore: fix grammar in diffcore-rename header
2 parents d0f549f + b803ae4 commit 9664cef

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Documentation/gitdiffcore.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,8 @@ format sections of the manual for 'git diff-{asterisk}' commands) or
8484
diff-patch format.
8585

8686

87-
diffcore-break: For Splitting Up "Complete Rewrites"
88-
----------------------------------------------------
87+
diffcore-break: For Splitting Up Complete Rewrites
88+
--------------------------------------------------
8989

9090
The second transformation in the chain is diffcore-break, and is
9191
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
119119
after "-B" option (e.g. "-B75" to tell it to use 75%).
120120

121121

122-
diffcore-rename: For Detection Renames and Copies
122+
diffcore-rename: For Detecting Renames and Copies
123123
-------------------------------------------------
124124

125125
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`,
177177
copied happened to have been modified in the same changeset.
178178

179179

180-
diffcore-merge-broken: For Putting "Complete Rewrites" Back Together
181-
--------------------------------------------------------------------
180+
diffcore-merge-broken: For Putting Complete Rewrites Back Together
181+
------------------------------------------------------------------
182182

183183
This transformation is used to merge filepairs broken by
184184
diffcore-break, and not transformed into rename/copy by

0 commit comments

Comments
 (0)