On Thu, Sep 07, 2006 at 02:36:21AM -0400, Jeff King wrote: > +static void > +status_print_updated_cb(struct diff_queue_struct *q, > + struct diff_options *options, > + void *data) > [...] > + if (!shown_header) { > + status_print_header("Updated but not checked in", > + "will commit"); > + s->commitable = 1; > + } Sorry, this should set shown_header=1. That's what I get for making a last minute change and not testing... -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