Skip to content

Commit 26bb3c1

Browse files
larryvEric Wong
authored andcommitted
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>
1 parent 4950eed commit 26bb3c1

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

Documentation/git-svn.txt

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -608,21 +608,6 @@ config key: svn.authorsfile
608608
Make 'git svn' less verbose. Specify a second time to make it
609609
even less verbose.
610610

611-
--repack[=<n>]::
612-
--repack-flags=<flags>::
613-
These should help keep disk usage sane for large fetches with
614-
many revisions.
615-
+
616-
--repack takes an optional argument for the number of revisions
617-
to fetch before repacking. This defaults to repacking every
618-
1000 commits fetched if no argument is specified.
619-
+
620-
--repack-flags are passed directly to 'git repack'.
621-
+
622-
[verse]
623-
config key: svn.repack
624-
config key: svn.repackflags
625-
626611
-m::
627612
--merge::
628613
-s<strategy>::

0 commit comments

Comments
 (0)