summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorbrian m. carlson <sandals@crustytoothpaste.net>2014-10-11 23:37:34 (GMT)
committerJunio C Hamano <gitster@pobox.com>2014-10-13 20:35:37 (GMT)
commitf8a48affbb8829190fe3aa8a1092d5762fd921b1 (patch)
tree0dd9ecaa65814ea81e6739c009381367fe026a7c /Documentation
parentc9a5172fdf073e090111950d3d42c4f9ef144ffd (diff)
downloadgit-f8a48affbb8829190fe3aa8a1092d5762fd921b1.zip
git-f8a48affbb8829190fe3aa8a1092d5762fd921b1.tar.gz
git-f8a48affbb8829190fe3aa8a1092d5762fd921b1.tar.bz2
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 <sandals@crustytoothpaste.net> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/git-imap-send.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/git-imap-send.txt b/Documentation/git-imap-send.txt
index 7d991d9..c7c0d21 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