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)
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>
No differences found