From 26bb3c10ef9a8fcd50cae12af13c677c5a17f0dd Mon Sep 17 00:00:00 2001 From: =?utf8?q?Lawrence=20Vel=C3=A1zquez?= Date: Thu, 4 Sep 2014 23:46:25 -0400 Subject: [PATCH] git-svn.txt: Remove mentions of repack options MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit 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 Signed-off-by: Eric Wong --- Documentation/git-svn.txt | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/Documentation/git-svn.txt b/Documentation/git-svn.txt index 44c970ce18..14036cfe69 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[=]:: ---repack-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:: -- 2.11.4.GIT