From: brian m. carlson Date: Mon, 21 Jul 2014 23:00:35 +0000 (+0000) Subject: Documentation: fix missing text for rev-parse --verify X-Git-Tag: v1.8.5.6~3 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/e6aaa393478bf3ee9f4cde8d82cd258c034cd335?ds=inline;hp=e6aaa393478bf3ee9f4cde8d82cd258c034cd335 Documentation: fix missing text for rev-parse --verify 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 Signed-off-by: Junio C Hamano ---