Hi, On Sat, 24 Jan 2009, Matthew Ogilvie wrote: > diff --git a/shell.c b/shell.c > index e339369..6ed960f 100644 > --- a/shell.c > +++ b/shell.c > @@ -40,6 +40,7 @@ static struct commands { > } cmd_list[] = { > { "git-receive-pack", do_generic_cmd }, > { "git-upload-pack", do_generic_cmd }, > + { "git-cvsserver", do_cvs_cmd }, > { "cvs", do_cvs_cmd }, > { NULL }, > }; I do not see any value in this. Ciao, Dscho -- 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