Skip to content

Commit 3dbe116

Browse files
Michael J Grubergitster
authored andcommitted
Fix typo in contrib/examples/git-svnimport.txt
Signed-off-by: Michael J Gruber <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 3f74c8e commit 3dbe116

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

contrib/examples/git-svnimport.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -114,9 +114,9 @@ due to SVN memory leaks. (These have been worked around.)
114114
-R <repack_each_revs>::
115115
Specify how often git repository should be repacked.
116116
+
117-
The default value is 1000. git-svnimport will do import in chunks of 1000
118-
revisions, after each chunk git repository will be repacked. To disable
119-
this behavior specify some big value here which is mote than number of
117+
The default value is 1000. git-svnimport will do imports in chunks of 1000
118+
revisions, after each chunk the git repository will be repacked. To disable
119+
this behavior specify some large value here which is greater than the number of
120120
revisions to import.
121121

122122
-P <path_from_trunk>::

0 commit comments

Comments
 (0)