Johannes Schindelin <Johannes.Schindelin@xxxxxx> writes: > The C'ification of push left these behind. > +#define MAX_REFSPECS 10 > +static int current_refspec = 0; > +static char *refspecs_[MAX_REFSPECS]; While this fix makes perfect sense, I think MAX_URI set to 16 is reasonable hard limit, but I am not happy about giving hard limit to MAX_REFSPECS -- that's a regression from the shell script one. - : 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