X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=svn%2Fsvn2git;h=dde280f4f77b485960389d3b960100619ddf9e27;hb=32993f082a53718cf86afed2f43dff6d73143277;hp=6ca904c16eda2d540008282d8f6b4dc059fc169d;hpb=ea428ed4a72a5ee839abf6f84aeaf4e72bcf20ce;p=git-scripts.git diff --git a/svn/svn2git b/svn/svn2git index 6ca904c..dde280f 100755 --- a/svn/svn2git +++ b/svn/svn2git @@ -55,6 +55,7 @@ cp -p ../authors.txt .git/info && git config --local --path svn.authorsfile .git/info/authors.txt git svn gc && -git repack -a -d -f --depth=250 --window=250 && +git gc --aggressive && +git repack -a -d -f --depth=20 --window=250 && echo "Cloned from $url using git-svn" >.git/description && exec "${VISUAL:-${EDITOR:-vi}}" .git/description