Browse Source

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>
maint
Jeff King 10 years ago committed by Junio C Hamano
parent
commit
5a8a19e903
  1. 6
      Documentation/git-svn.txt

6
Documentation/git-svn.txt

@ -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.

Loading…
Cancel
Save