Add "rev-list" program that uses the new time-based commit listing.
[git.git] / git-prune-script
1 #!/bin/sh
2 fsck-cache --unreachable $(cat .git/HEAD ) | grep unreachable | cut -d' ' -f3 | sed 's:^\(..\):.git/objects/\1/:' | xargs rm