On Tue, Oct 5, 2010 at 10:17, Enrico Weigelt <weigelt@xxxxxxxx> wrote: > * Matthieu Moy <Matthieu.Moy@xxxxxxxxxxxxxxx> wrote: > >> git commit will show what's being commited (the output of "git commit >> --dry-run") in your editor, hence it needs to compute that. > > hmm, is there any way to get around this ? > Try "git commit -q -uno". This should skip creation of summary in the commit message and lookup for untracked files. This will somewhat speed things up -- 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