From: brian m. carlson Date: Sat, 11 Oct 2014 23:37:34 +0000 (+0000) Subject: Documentation: fix mismatched delimiters in git-imap-send X-Git-Tag: v2.2.0-rc0~41^2 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/f8a48affbb8829190fe3aa8a1092d5762fd921b1?hp=--cc Documentation: fix mismatched delimiters in git-imap-send The documentation for git-imap-send uses block delimiters with mismatched lengths, which Asciidoctor doesn't support. As a result, the page is misrendered. Adjust the delimiters so that they are of the same length. Signed-off-by: brian m. carlson Signed-off-by: Junio C Hamano --- f8a48affbb8829190fe3aa8a1092d5762fd921b1 diff --git a/Documentation/git-imap-send.txt b/Documentation/git-imap-send.txt index 7d991d919c..c7c0d21429 100644 --- a/Documentation/git-imap-send.txt +++ b/Documentation/git-imap-send.txt @@ -97,7 +97,7 @@ Using direct mode: host = imap://imap.example.com user = bob pass = p4ssw0rd -.......................... +......................... Using direct mode with SSL: @@ -109,7 +109,7 @@ Using direct mode with SSL: pass = p4ssw0rd port = 123 sslverify = false -.......................... +......................... EXAMPLE