On Thu, Jan 17, 2008 at 03:12:34PM +0000, Johannes Schindelin wrote: > > @@ -586,7 +587,6 @@ static void fn_out_consume(void *priv, char *line, unsigned long len) > > } > > > > if (len < ecbdata->nparents) { > > - set = reset; > > emit_line(reset, reset, line, len); > > return; > > } > > I wonder what I wanted to achieve with that ;-) Heh. I'm guessing it was supposed to be set = reset; emit_line(set, reset, line, len); and you optimized the first line out. :) -Peff - 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