On Wed, Oct 10, 2007 at 02:29:00PM +0100, Johannes Schindelin wrote: > On Wed, 10 Oct 2007, Frank Lichtenheld wrote: > > 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? > > Umm. Why? Symmetry? ;) The "for completeness' sake" was as good a reason as I could think of. 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