IMHO they should in the future use "git upload-pack".
But this may not work with all servers, especially those that
use $SSH_ORIGINAL_COMMAND to dispatch to the correct command,
or abort if the user tries to request something dangerous.
Gitosis comes to mind.
I'm not sure we can get away with doing this in 1.6.0 as it is
effectively a network protocol breakage. We have thus far never
caused a newer client to fail talking to an older server. I'm
not sure we should start doing that in 1.6.0.
My vote is we keep the dashed form of these 3 commands in the
$PATH during 1.6 and remove them in 1.7, but when we do it we
must ensure there is a way to still request dashed form found
through $PATH when passing --upload-pack as an argument.
--
Shawn.
--
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