On Tue, Mar 1, 2011 at 2:05 AM, Junio C Hamano <gitster@xxxxxxxxx> wrote: > * sp/maint-fd-limit (2011-02-28) 2 commits > - mingw: add minimum getrlimit() compatibility stub > - Limit file descriptors used by packs > > Erik, please check the made-up commit log message and sign it off. > Will merge to 'next' after that. Seems to work: $ ls .git/objects/pack/*.pack | wc -l 2049 $ git gc --auto Auto packing the repository for optimum performance. You may also run "git gc" manually. See "git help gc" for more information. Counting objects: 2056, done. Delta compression using up to 4 threads. Compressing objects: 100% (2049/2049), done. Writing objects: 100% (2056/2056), done. Total 2056 (delta 2048), reused 13 (delta 5) Removing duplicate objects: 100% (256/256), done. So feel free to add: Signed-off-by: Erik Faye-Lund <kusmabite@xxxxxxxxx> -- 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