pack-refs: Store the full name of the ref even when packing only tags.
authorAlexandre Julliard <julliard@winehq.org>
Thu, 2 Nov 2006 11:13:32 +0000 (12:13 +0100)
committerJunio C Hamano <junkio@cox.net>
Fri, 3 Nov 2006 02:04:40 +0000 (18:04 -0800)
Using for_each_tag_ref() to enumerate tags is wrong since it removes
the refs/tags/ prefix, we need to always use for_each_ref() and filter
out non-tag references in the callback.

Signed-off-by: Alexandre Julliard <julliard@winehq.org>
Signed-off-by: Junio C Hamano <junkio@cox.net>
No differences found