diff options
author | Karthik Nayak <karthik.188@gmail.com> | 2015-06-14 01:07:22 +0530 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2015-06-15 11:48:08 -0700 |
commit | 215b5651261f866dc7c885eb02b6f7df7246a7cf (patch) | |
tree | dfb05acc08bce0d43b942b63296426c8aa1c98e0 /http.c | |
parent | for-each-ref: rename 'refinfo' to 'ref_array_item' (diff) | |
download | tgif-215b5651261f866dc7c885eb02b6f7df7246a7cf.tar.xz |
for-each-ref: introduce new structures for better organisation
Introduce 'ref_filter_cbdata' which will hold 'ref_filter'
(conditions to filter the refs on) and 'ref_array' (the array
of ref_array_items). Modify the code to use these new structures.
This is a preparatory patch to eventually move code from 'for-each-ref'
to 'ref-filter' and make it publicly available.
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>
Reviewed-by: Matthieu Moy <Matthieu.Moy@imag.fr>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'http.c')
0 files changed, 0 insertions, 0 deletions