commit | 0d7566a5baa9cc67fd3361b64bb48757e637fdb0 | [log] [tgz] |
---|---|---|
author | Theodore Tso <tytso@mit.edu> | Wed May 09 15:48:39 2007 -0400 |
committer | Junio C Hamano <junkio@cox.net> | Thu May 10 15:24:40 2007 -0700 |
tree | f4e6daf451027760667a76e14dd7d2a8900eea61 | |
parent | 843142ada000a992fa87bd2dc7796501332a52d9 [diff] |
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>