Martin Langhoff venit, vidit, dixit 28.05.2009 09:22: > On Thu, May 28, 2009 at 9:18 AM, Junio C Hamano <gitster@xxxxxxxxx> wrote: >> "type --all git"? >> "git --exec-path"? >> "ls $(git --exec-path)"? >> > > It all looks fairly correct to me: Yes, but your shell seems to find git-diff somewhere, so what about: type --all git-diff echo $PATH In any case, Ubuntu seems to do something strange about binaries which used to be installed. How can "git-diff" trigger a message about "apt-get install git-core"? For sure it does the same strange thing for everything else which used to be in your PATH, and this makes current stash, gc etc. fail when trying to call git-pack-objects and such. A "/usr/bin time machine"??? OTOH: The git-pack-objects usage line indicates that you clearly have older plumbing lying around. I suspect there are at least 2 issues on that box. Michael -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html