Junio C Hamano <gitster@xxxxxxxxx> writes: > Jeff King <peff@xxxxxxxx> writes: > >> Conceptually, no, I don't think so. > > Hmm, don't we have to say like all other reset types which paths are > dirty, i.e. > > $ git reset HEAD -- diff.c > Unstaged changes after reset: > M diff.c > M diff.h > > which would mean we would need to refresh the index anyway? This reminder is handy, but I can understand that people with really big trees whish to stat all the files only as needed (and would need to run "git status" by hand when needed). We can imagine a config variable like core.IHaveAReallyBigTree or so disabled by default for such cases. -- Matthieu Moy http://www-verimag.imag.fr/~moy/ -- 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