git-prune-scripton commit Make "read-tree" take the 'stat' information for a merge result from the (ca016f0)
   1#!/bin/sh
   2fsck-cache --unreachable $(cat .git/HEAD ) | grep unreachable | cut -d' ' -f3 | sed 's:^\(..\):.git/objects/\1/:' | xargs rm