do
echo "----- $d -----" && cd "$d" &&
git gc --aggressive &&
- git repack -a -d -f --depth=250 --window=250 &&
+ git repack -a -d -f --depth=20 --window=250 &&
git fsck --strict || exit 1
done
git clone --mirror --config core.sharedRepository=0644 "$source_dir" "$dest_dir" &&
cd "$dest_dir" &&
-git repack -a -d -f --depth=250 --window=250 &&
+git repack -a -d -f --depth=20 --window=250 &&
git fsck --strict &&
cp -p hooks/post-update.sample hooks/post-update && hooks/post-update &&
cp -p "$HOME"/Internet/WWW/htdocs/git.phdru.name/phdru.name/phdru.name.git/git-daemon-export-ok . &&
for d in `"$prog_dir"/ls-not-packed`
do
echo "----- $d -----" && cd "$d" &&
- git repack -a -d -f --depth=250 --window=250 &&
+ git repack -a -d -f --depth=20 --window=250 &&
git fsck --strict || exit 1
done
git config --local --path svn.authorsfile .git/info/authors.txt
git svn gc &&
-git repack -a -d -f --depth=250 --window=250 &&
+git repack -a -d -f --depth=20 --window=250 &&
echo "Cloned from $url using git-svn" >.git/description &&
exec "${VISUAL:-${EDITOR:-vi}}" .git/description