ref-filter: add 'ref-filter.h'
authorKarthik Nayak <redacted>
Sat, 13 Jun 2015 19:37:26 +0000 (01:07 +0530)
committerJunio C Hamano <redacted>
Mon, 15 Jun 2015 18:48:09 +0000 (11:48 -0700)
commit69b1cf91e50808df4424c563b1256665034baec8
tree10bb693e71bf8f743e1f9a0ee4cd49911fb7c321
parent73079d21ec5c5e510e0f120603b9efd748d63798
ref-filter: add 'ref-filter.h'

This is step one of creating a common library for 'for-each-ref',
'branch -l' and 'tag -l'. This creates a header file with the
functions and data structures that ref-filter will provide.
We move the data structures created in for-each-ref to this header
file.

Mentored-by: Christian Couder <redacted>
Mentored-by: Matthieu Moy <redacted>
Signed-off-by: Karthik Nayak <redacted>
Reviewed-by: Matthieu Moy <redacted>
Signed-off-by: Junio C Hamano <redacted>
builtin/for-each-ref.c
ref-filter.h [new file with mode: 0644]
git clone https://git.99rst.org/PROJECT