Change merge-cache and git-merge-one-file to use the SHA1 of the file
[git/spearce.git] / git-prune-script
blobd0f19f19e2e5ea917bd2a8bf6214aa52fdc83bbc
1 #!/bin/sh
2 fsck-cache --unreachable $(cat .git/HEAD ) | grep unreachable | cut -d' ' -f3 | sed 's:^\(..\):.git/objects/\1/:' | xargs rm