diff options
| author | Junio C Hamano <gitster@pobox.com> | 2007-09-26 00:42:12 -0700 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2007-09-26 00:42:12 -0700 |
| commit | 61ab92df40b2c256299ad3d812ee0de14353098d (patch) | |
| tree | cbec5ce711a9037b146480312ea95c60bf20a6f4 /git-commit.sh | |
| parent | 5166810b1e16b22e342f2181a3535e70c6e7a119 (diff) | |
| parent | 17815501a8f95c080891acd9537514adfe17c80e (diff) | |
| download | git-61ab92df40b2c256299ad3d812ee0de14353098d.tar.xz | |
Merge branch 'jc/autogc' into js/rebase-i
* 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
Conflicts:
builtin-pack-objects.c
Diffstat (limited to 'git-commit.sh')
| -rwxr-xr-x | git-commit.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/git-commit.sh b/git-commit.sh index cb14f06216..44ccc4418e 100755 --- a/git-commit.sh +++ b/git-commit.sh @@ -611,6 +611,7 @@ git rerere if test "$ret" = 0 then + git gc --auto if test -x "$GIT_DIR"/hooks/post-commit then "$GIT_DIR"/hooks/post-commit |
