Skip to content

Commit

Permalink
markup fix in svnimport documentation.
Browse files Browse the repository at this point in the history
Signed-off-by: Junio C Hamano <junkio@cox.net>
  • Loading branch information
Junio C Hamano committed Dec 17, 2006
1 parent c0e9232 commit ee6002a
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions Documentation/git-svnimport.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit ee6002a

Please sign in to comment.