Jan Dittmer <jdi@xxxxxxx> writes: > The problem I'm facing is, that 'git status' is very > very slow. They seem to read through every file in the directory > tree. Is it possible to tell git to just use mtime/size information for > an initial guess? This is what it does by default. You probably need an initial "git status" to be slow to get this information right in the index, though. Have a look at git-bigfiles too. -- 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