On Fri, Oct 31, 2008 at 7:19 PM, Johannes Schindelin <Johannes.Schindelin@xxxxxx> wrote: > The cute trick with this is that even older clients would be able to > display the error, albeit with a sort of funny message: > > protocol error: expected sha/ref, got 'No matching repository.' This is exactly what GitHub does right now with our custom Erlang git-daemon. Try doing: $ git clone git://github.com/mojombo/foo and you'll get: fatal: protocol error: expected sha/ref, got ' *********' No matching repositories found. *********' This has cut down tremendously on the number of support requests we get from new users. It would be nice to cut out the clutter from the error message though. Tom -- 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