@@ -64,7 +64,7 @@ ifndef::git-format-patch[]
64
64
endif::git-format-patch[]
65
65
66
66
--indent-heuristic::
67
- Enable the heuristic that shift diff hunk boundaries to make patches
67
+ Enable the heuristic that shifts diff hunk boundaries to make patches
68
68
easier to read. This is the default.
69
69
70
70
--no-indent-heuristic::
@@ -96,7 +96,7 @@ endif::git-format-patch[]
96
96
low-occurrence common elements".
97
97
--
98
98
+
99
- For instance, if you configured diff.algorithm variable to a
99
+ For instance, if you configured the ` diff.algorithm` variable to a
100
100
non-default value and want to use the default one, then you
101
101
have to use `--diff-algorithm=default` option.
102
102
@@ -332,7 +332,7 @@ ifndef::git-format-patch[]
332
332
Warn if changes introduce conflict markers or whitespace errors.
333
333
What are considered whitespace errors is controlled by `core.whitespace`
334
334
configuration. By default, trailing whitespaces (including
335
- lines that solely consist of whitespaces) and a space character
335
+ lines that consist solely of whitespaces) and a space character
336
336
that is immediately followed by a tab character inside the
337
337
initial indent of the line are considered whitespace errors.
338
338
Exits with non-zero status if problems are found. Not compatible
@@ -346,7 +346,7 @@ ifndef::git-format-patch[]
346
346
this option is not given, and the configuration variable
347
347
`diff.wsErrorHighlight` is not set, only whitespace errors in
348
348
`new` lines are highlighted. The whitespace errors are colored
349
- whith `color.diff.whitespace`.
349
+ with `color.diff.whitespace`.
350
350
351
351
endif::git-format-patch[]
352
352
0 commit comments