Hi, On Mon, 6 Aug 2007, Mark Levedahl wrote: > - for i in `git ls-tree -r --name-only $head` > + for i in `git --git-dir="$GIT_DIR" ls-tree -r --name-only $head` This awfully looks like hiding a bug. It should _never_ be necessary to say '--git-dir="$GIT_DIR"'. Ciao, Dscho - 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