author | Junio C Hamano <junkio@cox.net> | |
Sun, 8 Oct 2006 08:36:08 +0000 (01:36 -0700) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Sun, 8 Oct 2006 08:36:08 +0000 (01:36 -0700) | ||
commit | b3d4204fc49959ddcd54c329be94189f98714d73 | |
tree | 8a2ad3d40e385ccb5e13c131d4e32a6621e3eed8 | tree | snapshot |
parent | 4057deb5de110176ac19519177654108607b685c | commit | diff |
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>
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 | diff | blob | history | |
t/t3210-pack-refs.sh | diff | blob | history |