From: Junio C Hamano Date: Fri, 7 Dec 2012 23:15:59 +0000 (-0800) Subject: Documentation/diff-config: work around AsciiDoc misfortune X-Git-Tag: v1.8.1-rc1~1 X-Git-Url: https://repo.or.cz/w/git.git/commitdiff_plain/00704e4ba527c7e6a36db9b37d59c719310d878c 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 --- diff --git a/Documentation/diff-config.txt b/Documentation/diff-config.txt index 89dd634674..4314ad0fbb 100644 --- a/Documentation/diff-config.txt +++ b/Documentation/diff-config.txt @@ -57,8 +57,8 @@ diff.statGraphWidth:: to all commands generating --stat output except format-patch. diff.context:: - Generate diffs with lines of context instead of the default of - 3. This value is overridden by the -U option. + Generate diffs with 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