mirror of
https://github.com/git/git.git
synced 2024-11-24 02:17:02 +08:00
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:
parent
b50bfb8fd5
commit
5a8a19e903
@ -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".
|
||||
+
|
||||
'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.
|
||||
|
Loading…
Reference in New Issue
Block a user