fix repacking with lots of tags
authorJim Radford <radford@blackbean.org>
Mon, 3 Apr 2006 03:50:17 +0000 (20:50 -0700)
committerJunio C Hamano <junkio@cox.net>
Mon, 3 Apr 2006 04:25:57 +0000 (21:25 -0700)
commit40e907bff260a94306b1fe43d0fb829bf54e3103
tree185a3e1b615447a95726ebf62c3d9db3bfda5b3e
parent23091e954c968282d4d9087da00f60c2f02aecc5
fix repacking with lots of tags

Use git-rev-list's --all instead of git-rev-parse's to keep from
hitting the shell's argument list length limits when repacking
with lots of tags.

Signed-off-by: Junio C Hamano <junkio@cox.net>
git-repack.sh