I have got the latest Git master in /tmp and 8.5 from Fedora 14 installed system-wide. [rishi@freebook coreutils]$ /tmp/bin/du -hs .git . 32M .git 9.5M . [rishi@freebook coreutils]$ /tmp/bin/du -hs . .git 41M . [rishi@freebook coreutils]$ /tmp/bin/du -hs . 41M . [rishi@freebook coreutils]$ /tmp/bin/du -hs .git 32M .git [rishi@freebook coreutils]$ du -hs .git . 32M .git 41M . [rishi@freebook coreutils]$ du -hs . .git 41M . 32M .git [rishi@freebook coreutils]$ du -hs .git 32M .git [rishi@freebook coreutils]$ du -hs . 41M . [rishi@freebook coreutils]$ I get similar results using 8.10 on Fedora 15. If this is indeed a bug, then I can try to cook a patch. Happy hacking, Debarshi