On Tue, Oct 09, 2007 at 03:33:25PM +0100, Johannes Schindelin wrote: > static struct commands { > const char *name; > int (*exec)(const char *me, char *arg); > } cmd_list[] = { > { "git-receive-pack", do_generic_cmd }, > { "git-upload-pack", do_generic_cmd }, > + { "cvs", do_cvs_cmd }, > { NULL }, Maybe this should also allow git-cvsserver for completeness' sake? Gruesse, -- Frank Lichtenheld <frank@xxxxxxxxxxxxxx> www: http://www.djpig.de/ - 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