Julian Phillips <julian@xxxxxxxxxxxxxxxxx> writes: > On Tue, 25 Mar 2008, Michael Gebetsroither wrote: > >> hi, >> >> % git-add -f foo/.git/bar >> fatal: unable to add foo/.git/bar to index > > Well, git won't allow .git as a element anywhere in the path, when we > should only care about the _first_ one - and also, if you use > --git-dir=banana then we still check for '.git' ... oops. That's not how git-dir is supposed to used, so there is no oops. Also it is false that we should only care about the first one. Think submodules. -- 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