Cesar Crusius wrote: > Hi all, > > I have tried this with various versions of .git-completion, > including the most recent one as of today, and whenever I have > __git_ps1 in my bash prompt, I get messages like this: > > Jun 17 12:05:14 sunray automountd[471]: [ID 834250 daemon.error] Mount of <server>:/export/home/.git on /home/.git: No such file or directory [...] > This is probably a result of git/git-completion trying to access the > directories above, and automount trying to get them from the server > (we're in an NFS home environment, with wildcard automounts in > auto_home). It's not a bug. Git repositories have only one .git metadata directory at the root of the repo. How could git possibly detect where the repository is, if not by scanning each directory up to the root for a .git entry? For a workaround, set GIT_CEILING_DIRECTORIES (available since 1.6.0), see git(1). The next released version will most likely default to not searching across mount points thanks to commit 8030e44 (Add support for GIT_ONE_FILESYSTEM, 2010-03-17). -- Thomas Rast trast@{inf,student}.ethz.ch -- 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