On Thu, Jul 28, 2016 at 5:29 PM, Jeff King <peff@xxxxxxxx> wrote: > > I guess we want something like: > > +void reset_ident_date(void) > +{ > + strbuf_reset(&git_default_date); > +} Looks sane. > and then to sprinkle calls liberally through builtin-ified programs when > they move from one unit of work to the next. Maybe we can just add it to the end of commit_tree_extended(), and just say "the cache is reset between commits". That way there is no sprinking in random places. Linus -- 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