Code

Add --aggressive option to 'git gc'
authorTheodore Tso <tytso@mit.edu>
Wed, 9 May 2007 19:48:39 +0000 (15:48 -0400)
committerJunio C Hamano <junkio@cox.net>
Thu, 10 May 2007 22:24:40 +0000 (15:24 -0700)
commit0d7566a5baa9cc67fd3361b64bb48757e637fdb0
treef4e6daf451027760667a76e14dd7d2a8900eea61
parent843142ada000a992fa87bd2dc7796501332a52d9
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" <tytso@mit.edu>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Documentation/config.txt
Documentation/git-gc.txt
builtin-gc.c