diff options
author | Junio C Hamano <junkio@cox.net> | 2006-12-17 10:33:24 -0800 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2006-12-17 10:33:24 -0800 |
commit | ee6002aa429272871733b8fbc99a9e6df3e150f5 (patch) | |
tree | cc8c6363636a5204b6dbc59f1b3e60f570c387b4 /Documentation | |
parent | c0e9232e43446d3bfa7844d36e64e087b8709090 (diff) | |
download | git-ee6002aa429272871733b8fbc99a9e6df3e150f5.tar.gz |
markup fix in svnimport documentation.
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/git-svnimport.txt | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/Documentation/git-svnimport.txt b/Documentation/git-svnimport.txt index df604e15ec..2c7c7dad54 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. |