On Dec 29, 2007 8:32 PM, Junio C Hamano <gitster@xxxxxxxxx> wrote: > > Why isn't it like this? > > if (!prefix[1]) > well, what about if prefix == NULL ? Actually I didn't checked if strncmp() checks for NULL pointers before to proceed, if this is the case I managed to keep the same semantic. You could say "Why, lazy you, didn't you checked if strncmp() checks for NULL pointers? "...but I hope you are foregiving ;-) Thanks Marco - 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