git-pack-refs --all
commitb3d4204fc49959ddcd54c329be94189f98714d73
authorJunio C Hamano <junkio@cox.net>
Sun, 8 Oct 2006 08:36:08 +0000 (8 01:36 -0700)
committerJunio C Hamano <junkio@cox.net>
Sun, 8 Oct 2006 08:36:08 +0000 (8 01:36 -0700)
tree8a2ad3d40e385ccb5e13c131d4e32a6621e3eed8
parent4057deb5de110176ac19519177654108607b685c
git-pack-refs --all

This changes 'git-pack-refs' to pack only tags by default.
Branches are meant to be updated, either by committing onto it
yourself or tracking remote branches, and packed entries can
become stale easily, but tags are usually "create once and live
forever" and benefit more from packing.

Signed-off-by: Junio C Hamano <junkio@cox.net>
builtin-pack-refs.c
t/t3210-pack-refs.sh