Skip to content

Commit

Permalink
Documentation/diff-config: work around AsciiDoc misfortune
Browse files Browse the repository at this point in the history
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 <gitster@pobox.com>
  • Loading branch information
Junio C Hamano committed Dec 7, 2012
1 parent 5a2c11b commit 00704e4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Documentation/diff-config.txt
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ diff.statGraphWidth::
to all commands generating --stat output except format-patch.

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

diff.external::
If this config variable is set, diff generation is not
Expand Down

0 comments on commit 00704e4

Please sign in to comment.