author | Theodore Tso <tytso@mit.edu> | |
Wed, 9 May 2007 19:48:39 +0000 (15:48 -0400) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Thu, 10 May 2007 22:24:40 +0000 (15:24 -0700) | ||
commit | 0d7566a5baa9cc67fd3361b64bb48757e637fdb0 | |
tree | f4e6daf451027760667a76e14dd7d2a8900eea61 | tree | snapshot |
parent | 843142ada000a992fa87bd2dc7796501332a52d9 | commit | 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>
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 | diff | blob | history | |
Documentation/git-gc.txt | diff | blob | history | |
builtin-gc.c | diff | blob | history |