Skip to content

Commit 5a8a19e

Browse files
peffgitster
authored andcommitted
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 <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent b50bfb8 commit 5a8a19e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Documentation/git-svn.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -279,9 +279,9 @@ first have already been pushed into SVN.
279279
Ask the user to confirm that a patch set should actually be sent to SVN.
280280
For each patch, one may answer "yes" (accept this patch), "no" (discard this
281281
patch), "all" (accept all patches), or "quit".
282-
+
283-
'git svn dcommit' returns immediately if answer is "no" or "quit", without
284-
committing anything to SVN.
282+
+
283+
'git svn dcommit' returns immediately if answer is "no" or "quit", without
284+
committing anything to SVN.
285285

286286
'branch'::
287287
Create a branch in the SVN repository.

0 commit comments

Comments
 (0)