summaryrefslogtreecommitdiff
path: root/Documentation/git-svn.txt
diff options
context:
space:
mode:
authorLawrence Velázquez <vq@larryv.me>2014-09-05 03:46:25 (GMT)
committerEric Wong <normalperson@yhbt.net>2014-09-14 08:08:24 (GMT)
commit26bb3c10ef9a8fcd50cae12af13c677c5a17f0dd (patch)
tree298021988433082a92bb8363f961571292e40a93 /Documentation/git-svn.txt
parent4950eed520ce3dbb786e33fe8a8dc48e492998b4 (diff)
downloadgit-26bb3c10ef9a8fcd50cae12af13c677c5a17f0dd.zip
git-26bb3c10ef9a8fcd50cae12af13c677c5a17f0dd.tar.gz
git-26bb3c10ef9a8fcd50cae12af13c677c5a17f0dd.tar.bz2
git-svn.txt: Remove mentions of repack options
Git no longer seems to use these flags or their associated config keys; when they are present, git-svn outputs a message indicating that they are being ignored. Signed-off-by: Lawrence Velázquez <vq@larryv.me> Signed-off-by: Eric Wong <normalperson@yhbt.net>
Diffstat (limited to 'Documentation/git-svn.txt')
-rw-r--r--Documentation/git-svn.txt15
1 files changed, 0 insertions, 15 deletions
diff --git a/Documentation/git-svn.txt b/Documentation/git-svn.txt
index 44c970c..14036cf 100644
--- a/Documentation/git-svn.txt
+++ b/Documentation/git-svn.txt
@@ -608,21 +608,6 @@ config key: svn.authorsfile
Make 'git svn' less verbose. Specify a second time to make it
even less verbose.
---repack[=<n>]::
---repack-flags=<flags>::
- These should help keep disk usage sane for large fetches with
- many revisions.
-+
---repack takes an optional argument for the number of revisions
-to fetch before repacking. This defaults to repacking every
-1000 commits fetched if no argument is specified.
-+
---repack-flags are passed directly to 'git repack'.
-+
-[verse]
-config key: svn.repack
-config key: svn.repackflags
-
-m::
--merge::
-s<strategy>::