"Carlos Rica" <jasampler@xxxxxxxxx> writes: > 2007/11/5, Junio C Hamano <gitster@xxxxxxxxx>: >> Shawn Bohrer <shawn.bohrer@xxxxxxxxx> writes: >> >> > +static int show_only = 0; >> > +static int remove_directories = 0; >> > +static int quiet = 0; >> > +static int ignored = 0; >> > +static int ignored_only = 0; >> >> Please do not explicitly initialize static variables to zero. > > Is it really needed to declare those variables outside of a function > in this case? I do not think so --- I suspect that this is a simple cut & paste from the standalone ls-files implementation. - 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