commit | 4538a88256de1840a6e90cf68bd4a5eca5e7efe8 | [log] [tgz] |
---|---|---|
author | Jeff King <peff@peff.net> | Wed May 13 01:02:22 2015 -0400 |
committer | Junio C Hamano <gitster@pobox.com> | Tue May 12 22:14:46 2015 -0700 |
tree | 05092978968e95adfd2cf147eadf355fad28df0a | |
parent | 1c262bb7b2968a8eecca3fed366638e0779184bb [diff] |
doc: drop backslash quoting of some curly braces Text like "{foo}" triggers an AsciiDoc attribute; we have to write "\{foo}" to suppress this. But when the "foo" is not a syntactically valid attribute, we can skip the quoting. This makes the source nicer to read, and looks better under Asciidoctor. With AsciiDoc itself, this patch produces no changes. Signed-off-by: Jeff King <peff@peff.net> Signed-off-by: Junio C Hamano <gitster@pobox.com>