Carl Worth <cworth@xxxxxxxxxx> writes: > So, could we fix this so that a remote branch name will resolve > without the "origin/" prefix if it is not ambiguous? I am fairly negative on this one, especially I do not think the symptom deserves to be described with the word "fix". DWIM is good, but it has bounds, and this particular one feels it is slightly on the other side of the boundary. We currently only DWIM out of a fixed set of patterns -- if you want to extend it, it would now require readdir() to expand. > I can imagine the resolution rules are already fairly complicated, (I > don't even know what they all are already). If you add another DWIM rule, then I suspect that you would have harder time explaining why they get "hey, that is ambiguous" error. - 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