doc: fix unquoted use of "{type}"
commitb50bfb8fd5357ec7902ff2f4a4fead9dc907f788
authorJeff King <peff@peff.net>
Wed, 13 May 2015 04:58:06 +0000 (13 00:58 -0400)
committerJunio C Hamano <gitster@pobox.com>
Wed, 13 May 2015 05:13:40 +0000 (12 22:13 -0700)
tree5bd97463cddcc32b50f29701fc78579609b9647a
parente08bc7a9ec2c6988d90b603792760a3add11b9a0
doc: fix unquoted use of "{type}"

Curly braces open an "attribute" in AsciiDoc; if there's no
such attribute, strange things may happen. In this case, the
unquoted "{type}" causes AsciiDoc to omit an entire line of
text from the output. We can fix it by putting the whole
phrase inside literal backticks (which also lets us get rid
of ugly backslash escaping).

Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-rev-parse.txt