doc: drop backslash quoting of some curly braces
commit4538a88256de1840a6e90cf68bd4a5eca5e7efe8
authorJeff King <peff@peff.net>
Wed, 13 May 2015 05:02:22 +0000 (13 01:02 -0400)
committerJunio C Hamano <gitster@pobox.com>
Wed, 13 May 2015 05:14:46 +0000 (12 22:14 -0700)
tree05092978968e95adfd2cf147eadf355fad28df0a
parent1c262bb7b2968a8eecca3fed366638e0779184bb
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>
Documentation/gitremote-helpers.txt