Enrico Weigelt <weigelt@xxxxxxxx> writes: > * Enrico Weigelt <weigelt@xxxxxxxx> wrote: > > <snip> > > Found another possible bottleneck: git-commit seems to scan through > a lot of files. Shouldnt it just create a commit object from the > current index and update the head ? git commit will show what's being commited (the output of "git commit --dry-run") in your editor, hence it needs to compute that. -- 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