Good so far.
Git is missing the fact that, while refs/remotes/x86/latest doesn't exist,
there is a fetch rule that would create it. It should suggest "git fetch
x86" or "git fetch x86 latest". This is a bit tricky, because you've used
a shorthand for something that doesn't exist, so there isn't a unique
answer for which full name you're looking for, but there is a unique
solution (in this case) for which one could be created by a pattern you
have.
The right error message here would probably be:
/home/mingo/linux-2.6-sched-devel.git/x86/latest: No such file or directory
That should at least tell you what git thinks, incorrectly, that you want
it to do, and why it doesn't work.
I'm not sure we can figure out what the user actually meant in this case;
there's just too much overlap in namespaces to determine reliably that you
were giving it a remote repository on the local filesystem rather than
anything else.
-Daniel
*This .sig left intentionally blank*
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html