2009/1/11 Daniel Barkalow <barkalow@xxxxxxxxxxxx>: > diff --git a/Makefile b/Makefile > > +LIB_OBJS += p4client.o > +LIB_OBJS += vcs-p4.o > + > > +extern int cmd_p4(int argc, const char **argv, const char *prefix); > + Why is your foreign VCS importer built-in? The majority wont ever need it, yet they have to pay the price for its text being in git executable. -- 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