aboutsummaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorJunio C Hamano <junkio@cox.net>2006-12-17 10:33:24 -0800
committerJunio C Hamano <junkio@cox.net>2006-12-17 10:33:24 -0800
commitee6002aa429272871733b8fbc99a9e6df3e150f5 (patch)
treecc8c6363636a5204b6dbc59f1b3e60f570c387b4 /Documentation
parentc0e9232e43446d3bfa7844d36e64e087b8709090 (diff)
downloadgit-ee6002aa429272871733b8fbc99a9e6df3e150f5.tar.gz
git-ee6002aa429272871733b8fbc99a9e6df3e150f5.tar.xz
markup fix in svnimport documentation.
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/git-svnimport.txt16
1 files changed, 8 insertions, 8 deletions
diff --git a/Documentation/git-svnimport.txt b/Documentation/git-svnimport.txt
index df604e15e..2c7c7dad5 100644
--- a/Documentation/git-svnimport.txt
+++ b/Documentation/git-svnimport.txt
@@ -104,17 +104,17 @@ repository without -A.
-l <max_rev>::
Specify a maximum revision number to pull.
-
- Formerly, this option controlled how many revisions to pull,
- due to SVN memory leaks. (These have been worked around.)
++
+Formerly, this option controlled how many revisions to pull,
+due to SVN memory leaks. (These have been worked around.)
-P <path_from_trunk>::
Partial import of the SVN tree.
-
- By default, the whole tree on the SVN trunk (/trunk) is imported.
- '-P my/proj' will import starting only from '/trunk/my/proj'.
- This option is useful when you want to import one project from a
- svn repo which hosts multiple projects under the same trunk.
++
+By default, the whole tree on the SVN trunk (/trunk) is imported.
+'-P my/proj' will import starting only from '/trunk/my/proj'.
+This option is useful when you want to import one project from a
+svn repo which hosts multiple projects under the same trunk.
-v::
Verbosity: let 'svnimport' report what it is doing.