@@ -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::
@@ -106,7 +106,7 @@ diff" algorithm internally.
106
106
low-occurrence common elements".
107
107
--
108
108
+
109
- For instance, if you configured diff.algorithm variable to a
109
+ For instance, if you configured the ` diff.algorithm` variable to a
110
110
non-default value and want to use the default one, then you
111
111
have to use `--diff-algorithm=default` option.
112
112
@@ -350,7 +350,7 @@ ifndef::git-format-patch[]
350
350
Warn if changes introduce conflict markers or whitespace errors.
351
351
What are considered whitespace errors is controlled by `core.whitespace`
352
352
configuration. By default, trailing whitespaces (including
353
- lines that solely consist of whitespaces) and a space character
353
+ lines that consist solely of whitespaces) and a space character
354
354
that is immediately followed by a tab character inside the
355
355
initial indent of the line are considered whitespace errors.
356
356
Exits with non-zero status if problems are found. Not compatible
@@ -364,7 +364,7 @@ ifndef::git-format-patch[]
364
364
this option is not given, and the configuration variable
365
365
`diff.wsErrorHighlight` is not set, only whitespace errors in
366
366
`new` lines are highlighted. The whitespace errors are colored
367
- whith `color.diff.whitespace`.
367
+ with `color.diff.whitespace`.
368
368
369
369
endif::git-format-patch[]
370
370
0 commit comments