diff options
author | Junio C Hamano <junkio@cox.net> | 2005-12-29 01:20:06 -0800 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2005-12-29 01:32:56 -0800 |
commit | 89438677abaae1a8ffc3c0905f3355a590da7bf4 (patch) | |
tree | f1d43ab8459bcc2010220c32c03001e7588b26f6 /Documentation/git-svnimport.txt | |
parent | f1ec72ba1e52783179a7da7defaab0458c895617 (diff) | |
download | git-89438677abaae1a8ffc3c0905f3355a590da7bf4.tar.gz git-89438677abaae1a8ffc3c0905f3355a590da7bf4.tar.xz |
Documentation: spell.
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'Documentation/git-svnimport.txt')
-rw-r--r-- | Documentation/git-svnimport.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-svnimport.txt b/Documentation/git-svnimport.txt index f8dbee709..6e342f581 100644 --- a/Documentation/git-svnimport.txt +++ b/Documentation/git-svnimport.txt @@ -40,7 +40,7 @@ OPTIONS -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. +When importing incrementally, you might need to edit the .git/svn2git file. -i:: Import-only: don't perform a checkout after importing. This option |