From: Christian Couder Date: Fri, 25 Jun 2010 02:16:24 +0000 (+0200) Subject: Documentation: grep: fix asciidoc problem with -- X-Git-Tag: v1.7.2-rc0~7^2~1 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/8b6d7924f865f29e625d0fbd3e1307af30e51908?ds=sidebyside;hp=8b6d7924f865f29e625d0fbd3e1307af30e51908 Documentation: grep: fix asciidoc problem with -- Asciidoc interprets two dashes separated by spaces as a single big dash. So let's escape the first dash, so that "\--" will properly appear as "--". Signed-off-by: Christian Couder Signed-off-by: Junio C Hamano ---