Hi, On Tue, 6 Jan 2009, Øyvind Harboe wrote: > Q1: How can I figure out what it is in .git that takes so much space? If it is a pack that is taking so much space: $ git verify-pack -v $PACK | grep -v "^chain " | sort -n -k 4 and then for the last few lines do a $ git rev-list --all --objects | grep $SHA1 Hth, Dscho