Skip to content

Commit 00704e4

Browse files
committed
Documentation/diff-config: work around AsciiDoc misfortune
The line that happens to begin with indent followed by "3. " was interpreted as if it was an enumerated list; just wrap the lines differently to work it around for now. Signed-off-by: Junio C Hamano <[email protected]>
1 parent 5a2c11b commit 00704e4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Documentation/diff-config.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@ diff.statGraphWidth::
5757
to all commands generating --stat output except format-patch.
5858

5959
diff.context::
60-
Generate diffs with <n> lines of context instead of the default of
61-
3. This value is overridden by the -U option.
60+
Generate diffs with <n> lines of context instead of the default
61+
of 3. This value is overridden by the -U option.
6262

6363
diff.external::
6464
If this config variable is set, diff generation is not

0 commit comments

Comments
 (0)