tag.c: use 'ref-filter' data structures
commitac4cc866c8cddbc25b5f213286a0269318dd2485
authorKarthik Nayak <karthik.188@gmail.com>
Thu, 10 Sep 2015 15:48:27 +0000 (10 21:18 +0530)
committerJunio C Hamano <gitster@pobox.com>
Thu, 17 Sep 2015 17:02:49 +0000 (17 10:02 -0700)
tree86bd6a71c07e77da49947f42204b4533106c6d53
parentbef0e12becd72b94d6bb9e48859742f55a4afb53
tag.c: use 'ref-filter' data structures

Make 'tag.c' use 'ref-filter' data structures and make changes to
support the new data structures. This is a part of the process
of porting 'tag.c' to use 'ref-filter' APIs.

This is a temporary step before porting 'tag.c' to use 'ref-filter'
completely. As this is a temporary step, most of the code
introduced here will be removed when 'tag.c' is ported over to use
'ref-filter' APIs.

Mentored-by: Christian Couder <christian.couder@gmail.com>
Mentored-by: Matthieu Moy <matthieu.moy@grenoble-inp.fr>
Signed-off-by: Karthik Nayak <karthik.188@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/tag.c