On Wed, Dec 22, 2010 at 6:50 PM, Alexey Zakhlestin <indeyets@xxxxxxxxx> wrote: > 1) returns correct path: > /Users/indy/Documents/Sources/_mine/midgard/mvc/_rdf/midgardmvc_core/.git > 2) false > 3) returns correct path, again: > /Users/indy/Documents/Sources/_mine/midgard/mvc/_rdf/midgardmvc_core > > just to make myself clear: $PWD is another path, not related to repository path OK. git-pull does not automatically move to worktree (while git-status does) and thus won't work when $PWD is outside worktree. I remember there's a similar report this year. I'll see if I can make a patch for it. Thank you for your report. -- Duy -- 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