3 # From http://mid.gmane.org/20090710114316.GA6880@atjola.homenet
7 echo "usage: `basename $0` [<limit>]"
20 git rev-list
--all --objects |
21 sed -n $
(git rev-list
--objects --all |
22 cut
-f1 -d' ' | git cat-file
--batch-check |
grep blob |
23 sort -n -k3 |
tail -n$limit |
while read hash type size
;
25 echo -n "-e s/$hash/$size/p ";