X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=man1%2Fgit-svnimport.1;h=9c9d583e359d806b5e71ce128f00cee1e93d7879;hb=736fe60db4434470f9fbe3618e565257bb9825c8;hp=71fcbc7df463c8afcd46e78a9265b5457f876820;hpb=c680c8bc35ddf82b2e14b4523fb04d61029f0684;p=git.git diff --git a/man1/git-svnimport.1 b/man1/git-svnimport.1 index 71fcbc7d..9c9d583e 100755 --- a/man1/git-svnimport.1 +++ b/man1/git-svnimport.1 @@ -23,7 +23,7 @@ git-svnimport \- Import a SVN repository into git .SH "SYNOPSIS" -git\-svnimport [ \-o ] [ \-h ] [ \-v ] [ \-d | \-D ] [ \-C ] [ \-i ] [ \-u ] [\-l limit_rev] [ \-b branch_subdir ] [ \-t trunk_subdir ] [ \-T tag_subdir ] [ \-s start_chg ] [ \-m ] [ \-M regex ] [ ] +git\-svnimport [ \-o ] [ \-h ] [ \-v ] [ \-d | \-D ] [ \-C ] [ \-i ] [ \-u ] [\-l limit_rev] [ \-b branch_subdir ] [ \-T trunk_subdir ] [ \-t tag_subdir ] [ \-s start_chg ] [ \-m ] [ \-M regex ] [ ] .SH "DESCRIPTION" @@ -52,18 +52,18 @@ The GIT repository to import to\&. If the directory doesn't exist, it will be cr \-s Start importing at this SVN change number\&. The default is 1\&. -When importing incementally, you might need to edit the \&.git/svn2git file\&. +When importing incrementally, you might need to edit the \&.git/svn2git file\&. .TP \-i Import\-only: don't perform a checkout after importing\&. This option ensures the working directory and index remain untouched and will not create them if they do not exist\&. .TP -\-t +\-T Name the SVN trunk\&. Default "trunk"\&. .TP -\-T +\-t Name the SVN subdirectory for tags\&. Default "tags"\&. .TP