summaryrefslogtreecommitdiff
path: root/ref-filter.h
diff options
context:
space:
mode:
authorLibravatar Junio C Hamano <gitster@pobox.com>2017-03-17 13:50:25 -0700
committerLibravatar Junio C Hamano <gitster@pobox.com>2017-03-17 13:50:25 -0700
commit60cf6cd71af2c3a530ac9fad57579a7b10e862ee (patch)
tree8a1c478bb38cedc85fd15db29662df687c94ec32 /ref-filter.h
parentMerge branch 'sb/rev-parse-show-superproject-root' (diff)
parentref-filter: use separate cache for contains_tag_algo (diff)
downloadtgif-60cf6cd71af2c3a530ac9fad57579a7b10e862ee.tar.xz
Merge branch 'jk/ref-filter-flags-cleanup'
"git tag --contains" used to (ab)use the object bits to keep track of the state of object reachability without clearing them after use; this has been cleaned up and made to use the newer commit-slab facility. * jk/ref-filter-flags-cleanup: ref-filter: use separate cache for contains_tag_algo ref-filter: die on parse_commit errors ref-filter: use contains_result enum consistently ref-filter: move ref_cbdata definition into ref-filter.c
Diffstat (limited to 'ref-filter.h')
-rw-r--r--ref-filter.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/ref-filter.h b/ref-filter.h
index 154e24c405..e738c5dfd3 100644
--- a/ref-filter.h
+++ b/ref-filter.h
@@ -71,11 +71,6 @@ struct ref_filter {
verbose;
};
-struct ref_filter_cbdata {
- struct ref_array *array;
- struct ref_filter *filter;
-};
-
/* Macros for checking --merged and --no-merged options */
#define _OPT_MERGED_NO_MERGED(option, filter, h) \
{ OPTION_CALLBACK, 0, option, (filter), N_("commit"), (h), \