summaryrefslogtreecommitdiff
path: root/Documentation/git-svn.txt
diff options
context:
space:
mode:
authorJeff King <peff@peff.net>2015-05-13 04:58:16 (GMT)
committerJunio C Hamano <gitster@pobox.com>2015-05-13 05:13:40 (GMT)
commit5a8a19e903657c294ace1a3fad3e59f3b403be37 (patch)
tree9d91f8023730a507dd0d0b723e8d5c896e7f81c9 /Documentation/git-svn.txt
parentb50bfb8fd5357ec7902ff2f4a4fead9dc907f788 (diff)
downloadgit-5a8a19e903657c294ace1a3fad3e59f3b403be37.zip
git-5a8a19e903657c294ace1a3fad3e59f3b403be37.tar.gz
git-5a8a19e903657c294ace1a3fad3e59f3b403be37.tar.bz2
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>
Diffstat (limited to 'Documentation/git-svn.txt')
-rw-r--r--Documentation/git-svn.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/Documentation/git-svn.txt b/Documentation/git-svn.txt
index 39e9a18..1377008 100644
--- a/Documentation/git-svn.txt
+++ b/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.
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.