doc: fix hanging "+"-continuation
authorJeff King <peff@peff.net>
Wed, 13 May 2015 04:58:16 +0000 (00:58 -0400)
committerJunio C Hamano <gitster@pobox.com>
Wed, 13 May 2015 05:13:40 +0000 (22:13 -0700)
In list content that wants to continue to a second
paragraph, the "+" continuation and subsequent paragraph
need to be left-aligned. Otherwise AsciiDoc seems to insert
only a linebreak.

Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-svn.txt
index 39e9a181cce8e58c4dfd0e3fb62e15cedecb30b7..13770083cb98fefa9799163e042381ac4869408d 100644 (file)
@@ -279,9 +279,9 @@ first have already been pushed into SVN.
        Ask the user to confirm that a patch set should actually be sent to SVN.
        For each patch, one may answer "yes" (accept this patch), "no" (discard this
        patch), "all" (accept all patches), or "quit".
        Ask the user to confirm that a patch set should actually be sent to SVN.
        For each patch, one may answer "yes" (accept this patch), "no" (discard this
        patch), "all" (accept all patches), or "quit".
-       +
-       'git svn dcommit' returns immediately if answer is "no" or "quit", without
-       committing anything to SVN.
++
+'git svn dcommit' returns immediately if answer is "no" or "quit", without
+committing anything to SVN.
 
 'branch'::
        Create a branch in the SVN repository.
 
 'branch'::
        Create a branch in the SVN repository.