]> git.phdru.name Git - git-scripts.git/blob - gc-and-repack
80548d3329c8b2d3da398a18ea767a64421476e4
[git-scripts.git] / gc-and-repack
1 #! /bin/sh
2
3 git gc --aggressive &&
4 git repack -a -d -f --depth=20 --window=250 &&
5 exec git fsck --strict