Code

Invoke "git gc --auto" from commit, merge, am and rebase.
authorJunio C Hamano <gitster@pobox.com>
Wed, 5 Sep 2007 21:59:59 +0000 (14:59 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 6 Sep 2007 07:08:56 +0000 (00:08 -0700)
commitd4bb43ee273528064192848165f93f8fc3512be1
treedaf1efa52ecfd30026e641ce11c2e7c65c32f3e0
parent2c3c4399477533329579ca6b84824ef0b125914f
Invoke "git gc --auto" from commit, merge, am and rebase.

The point of auto gc is to pack new objects created in loose
format, so a good rule of thumb is where we do update-ref after
creating a new commit.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
git-am.sh
git-commit.sh
git-merge.sh
git-rebase--interactive.sh