From: Theodore Tso Date: Wed, 9 May 2007 19:48:39 +0000 (-0400) Subject: Add --aggressive option to 'git gc' X-Git-Tag: v1.5.3-rc0~219^2 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/0d7566a5baa9cc67fd3361b64bb48757e637fdb0?ds=inline;hp=0d7566a5baa9cc67fd3361b64bb48757e637fdb0 Add --aggressive option to 'git gc' This option causes 'git gc' to more aggressively optimize the repository at the cost of taking much more wall clock and CPU time. Today this option causes git-pack-objects to use --no-use-delta option, and it allows the --window parameter to be set via the gc.aggressiveWindow configuration parameter. Signed-off-by: "Theodore Ts'o" Signed-off-by: Junio C Hamano ---