commit | e6aaa393478bf3ee9f4cde8d82cd258c034cd335 | [log] [tgz] |
---|---|---|
author | brian m. carlson <sandals@crustytoothpaste.net> | Mon Jul 21 23:00:35 2014 +0000 |
committer | Junio C Hamano <gitster@pobox.com> | Tue Jul 22 10:10:57 2014 -0700 |
tree | c70c1fff1f96430691ba3e4634610a92bc92ffbf | |
parent | 8c2cfa55446f542454eb4acc7f49d1747e425c94 [diff] |
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 <sandals@crustytoothpaste.net> Signed-off-by: Junio C Hamano <gitster@pobox.com>