Junio C Hamano wrote: > --- a/builtin/add.c > +++ b/builtin/add.c > @@ -495,6 +495,8 @@ int cmd_add(int argc, const char **argv, const char *prefix) > refresh(verbose, pathspec); > goto finish; > } > + if (implicit_dot && !prefix) > + refresh_cache(REFRESH_QUIET); I think you mean "if (implicit_dot && prefix)". :) This strategy is much less invasive than the alternatives discussed, so for what it's worth, with that correction, Acked-by: Jonathan Nieder <jrnieder@xxxxxxxxx> I'll try to get time to work on those promised tests this weekend. -- 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