Skip to content

Commit

Permalink
git-svn.txt: Remove mentions of repack options
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Lawrence Velázquez authored and Eric Wong committed Sep 14, 2014
1 parent 4950eed commit 26bb3c1
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions Documentation/git-svn.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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>::
Expand Down

0 comments on commit 26bb3c1

Please sign in to comment.