Skip to content

Commit

Permalink
Documentation: fix mismatched delimiters in git-imap-send
Browse files Browse the repository at this point in the history
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 <sandals@crustytoothpaste.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
  • Loading branch information
brian m. carlson authored and Junio C Hamano committed Oct 13, 2014
1 parent c9a5172 commit f8a48af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Documentation/git-imap-send.txt
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ Using direct mode:
host = imap://imap.example.com
user = bob
pass = p4ssw0rd
..........................
.........................

Using direct mode with SSL:

Expand All @@ -109,7 +109,7 @@ Using direct mode with SSL:
pass = p4ssw0rd
port = 123
sslverify = false
..........................
.........................


EXAMPLE
Expand Down

0 comments on commit f8a48af

Please sign in to comment.