Re: [PATCH v2] Documentation: fix missing text for rev-parse --verify

2014-07-22 Thread Jonathan Nieder
brian m. carlson wrote: > Signed-off-by: brian m. carlson > --- > Documentation/git-rev-parse.txt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Thanks again for catching and fixing it. Reviewed-by: Jonathan Nieder -- To unsubscribe from this list: send the line "unsubscribe git" in

[PATCH v2] Documentation: fix missing text for rev-parse --verify

2014-07-22 Thread brian m. carlson
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. The rest of the documentation uses backticks whenever a caret is enco