Documentation: fix missing text for rev-parse --verify
authorbrian m. carlson <sandals@crustytoothpaste.net>
Mon, 21 Jul 2014 23:00:35 +0000 (23:00 +0000)
committerJunio C Hamano <gitster@pobox.com>
Tue, 22 Jul 2014 17:10:57 +0000 (10:10 -0700)
The caret (^) is used as a markup symbol in AsciiDoc. Due to the
inability of AsciiDoc to parse a line containing an unmatched caret, it
omitted the line from the output, resulting in the man page missing the
end of a sentence. Escape this caret so that the man page ends up with
the complete text.

Signed-off-by: brian m. carlson <sandals@crustytoothpaste.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found