gc --aggressive: make it really aggressive
authorJohannes Schindelin <Johannes.Schindelin@gmx.de>
Thu, 6 Dec 2007 12:03:38 +0000 (12:03 +0000)
committerJunio C Hamano <gitster@pobox.com>
Thu, 19 Mar 2009 02:11:34 +0000 (19:11 -0700)
commit1c192f3442414a6ce83f9a524806fc26a0861d2d
treeb2d255c6bb98100964366c0ec4b5bdd874efb0ee
parentba150a3fdce48e4b973db6e153e6b3ffb28a0cea
gc --aggressive: make it really aggressive

The default was not to change the window or depth at all.  As suggested
by Jon Smirl, Linus Torvalds and others, default to

--window=250 --depth=250

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Acked-by: Nicolas Pitre <nico@cam.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin-gc.c