doc: fix hanging "+"-continuation

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>
This commit is contained in:
Jeff King 2015-05-13 00:58:16 -04:00 committed by Junio C Hamano
parent b50bfb8fd5
commit 5a8a19e903

View 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. 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 For each patch, one may answer "yes" (accept this patch), "no" (discard this
patch), "all" (accept all patches), or "quit". patch), "all" (accept all patches), or "quit".
+ +
'git svn dcommit' returns immediately if answer is "no" or "quit", without 'git svn dcommit' returns immediately if answer is "no" or "quit", without
committing anything to SVN. committing anything to SVN.
'branch':: 'branch'::
Create a branch in the SVN repository. Create a branch in the SVN repository.