Skip to content

Commit f8a48af

Browse files
bk2204gitster
authored andcommitted
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 <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent c9a5172 commit f8a48af

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Documentation/git-imap-send.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ Using direct mode:
9797
host = imap://imap.example.com
9898
user = bob
9999
pass = p4ssw0rd
100-
..........................
100+
.........................
101101

102102
Using direct mode with SSL:
103103

@@ -109,7 +109,7 @@ Using direct mode with SSL:
109109
pass = p4ssw0rd
110110
port = 123
111111
sslverify = false
112-
..........................
112+
.........................
113113

114114

115115
EXAMPLE

0 commit comments

Comments
 (0)