On Wed, Jul 28, 2010 at 10:29 AM, Matthieu Moy <Matthieu.Moy@xxxxxxxxxxxxxxx> wrote: > 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. Judging from the description, it sounds like 'git status' is the problem, not the solution. Although at 18 GB, it was probably pretty slow to run, so maybe Jan only ran it once and the second time it would have been fast :) Depending on what the requirements are (ie. just keeping multiple versions for posterity/safety as opposed to actually checking out old versions on a regular basis), bup might be more useful than git in this case: http://github.com/apenwarr/bup . Have fun, Avery -- 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