From: Linus Torvalds <torvalds@osdl.org>
Date: Mon, 31 Jul 2006 22:18:47 -0700 (PDT)
It should be fixed by the recent commit
Fix up some fallout from "setup_git_directory()" cleanup
that Junio already merged.
So just update your git again, and everything should be happy.
Yeah, just as you responded I noticed the there was local
variable shadowing of "prefix" which causes it to be NULL
and thus prune_cache() doesn't get called.
Thanks!