git-prune-scripton commit Make git-fsck-cache error printouts a bit more informative. (3a6a23e)
   1#!/bin/sh
   2git-fsck-cache --unreachable $(cat .git/HEAD ) | grep unreachable | cut -d' ' -f3 | sed 's:^\(..\):.git/objects/\1/:' | xargs rm