From: Michael J Gruber Date: Wed, 25 Feb 2009 14:05:17 +0000 (+0100) Subject: Fix typo in contrib/examples/git-svnimport.txt X-Git-Tag: v1.6.2-rc2~3 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=3dbe1165e9facec3497b3da744b832788a47957e;p=git.git Fix typo in contrib/examples/git-svnimport.txt Signed-off-by: Michael J Gruber Signed-off-by: Junio C Hamano --- diff --git a/contrib/examples/git-svnimport.txt b/contrib/examples/git-svnimport.txt index 71aad8b45..3bb871e42 100644 --- a/contrib/examples/git-svnimport.txt +++ b/contrib/examples/git-svnimport.txt @@ -114,9 +114,9 @@ due to SVN memory leaks. (These have been worked around.) -R :: Specify how often git repository should be repacked. + -The default value is 1000. git-svnimport will do import in chunks of 1000 -revisions, after each chunk git repository will be repacked. To disable -this behavior specify some big value here which is mote than number of +The default value is 1000. git-svnimport will do imports in chunks of 1000 +revisions, after each chunk the git repository will be repacked. To disable +this behavior specify some large value here which is greater than the number of revisions to import. -P ::