aboutsummaryrefslogtreecommitdiff
path: root/Documentation/git-svnimport.txt
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/git-svnimport.txt')
-rw-r--r--Documentation/git-svnimport.txt7
1 files changed, 6 insertions, 1 deletions
diff --git a/Documentation/git-svnimport.txt b/Documentation/git-svnimport.txt
index be03a65f8..a144c6c31 100644
--- a/Documentation/git-svnimport.txt
+++ b/Documentation/git-svnimport.txt
@@ -12,7 +12,7 @@ SYNOPSIS
'git-svnimport' [ -o <branch-for-HEAD> ] [ -h ] [ -v ]
[ -C <GIT_repository> ] [ -i ] [ -u ]
[ -b branch_subdir ] [ -t trunk_subdir ] [ -T tag_subdir ]
- [ -m ] [ -M regex ] [ <SVN_repository_URL> ]
+ [ -s start_chg ] [ -m ] [ -M regex ] [ <SVN_repository_URL> ]
DESCRIPTION
@@ -36,6 +36,11 @@ OPTIONS
The GIT repository to import to. If the directory doesn't
exist, it will be created. Default is the current directory.
+-s <start_rev>::
+ Start importing at this SVN change number. The default is 1.
++
+When importing incementally, you might need to edit the .git/svn2git file.
+
-i::
Import-only: don't perform a checkout after importing. This option
ensures the working directory and cache remain untouched and will