Junio C Hamano schrieb: > Stephen Boyd <bebarino@xxxxxxxxx> writes: > >> I've decided to appease the pirate haters :-) > > Hmmm, why does this break t0040 (I am queuing this on top of 5acb3e5)? Probably because it changes this: pos += fprintf(...); into this (simplified, usage_argh() expanded): pos += pos + fprintf(...); usage_argh() doesn't need the parameter pos. René -- 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