author | Junio C Hamano <gitster@pobox.com> | |
Wed, 3 Oct 2007 10:05:32 +0000 (03:05 -0700) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Wed, 3 Oct 2007 10:05:32 +0000 (03:05 -0700) | ||
commit | 0341091a9ec47576a2fdfab181145fa94c04b810 | |
tree | c58af279d72fb1850af97136b6868049644bfe81 | tree | snapshot |
parent | e56f6359ffd22176c2a31d4d7484b9a5880f885b | commit | diff |
parent | 17815501a8f95c080891acd9537514adfe17c80e | commit | diff |
Merge branch 'jc/autogc'
* jc/autogc:
git-gc --auto: run "repack -A -d -l" as necessary.
git-gc --auto: restructure the way "repack" command line is built.
git-gc --auto: protect ourselves from accumulated cruft
git-gc --auto: add documentation.
git-gc --auto: move threshold check to need_to_gc() function.
repack -A -d: use --keep-unreachable when repacking
pack-objects --keep-unreachable
Export matches_pack_name() and fix its return value
Invoke "git gc --auto" from commit, merge, am and rebase.
Implement git gc --auto
* jc/autogc:
git-gc --auto: run "repack -A -d -l" as necessary.
git-gc --auto: restructure the way "repack" command line is built.
git-gc --auto: protect ourselves from accumulated cruft
git-gc --auto: add documentation.
git-gc --auto: move threshold check to need_to_gc() function.
repack -A -d: use --keep-unreachable when repacking
pack-objects --keep-unreachable
Export matches_pack_name() and fix its return value
Invoke "git gc --auto" from commit, merge, am and rebase.
Implement git gc --auto
Documentation/config.txt | diff1 | | diff2 | | blob | history |
builtin-pack-objects.c | diff1 | | diff2 | | blob | history |
cache.h | diff1 | | diff2 | | blob | history |
git-am.sh | diff1 | | diff2 | | blob | history |
git-commit.sh | diff1 | | diff2 | | blob | history |
git-merge.sh | diff1 | | diff2 | | blob | history |
git-rebase--interactive.sh | diff1 | | diff2 | | blob | history |
git-repack.sh | diff1 | | diff2 | | blob | history |