Hi, On Mon, 17 Sep 2007, Junio C Hamano wrote: > @@ -154,8 +161,6 @@ int cmd_gc(int argc, const char **argv, const char *prefix) > * Auto-gc should be least intrusive as possible. > */ > prune = 0; > - for (i = 0; i < ARRAY_SIZE(argv_repack_auto); i++) > - argv_repack[i] = argv_repack_auto[i]; > if (!need_to_gc()) > return 0; > } This subtly changes behaviour: --auto ran also garbage collection for reflogs and rerere. This might be intended, but is not documented. Ciao, Dscho - 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