Merge branch 'kn/for-each-tag'
Recent update to "git tag --contains" caused a performance regression. * kn/for-each-tag: tag.c: use the correct algorithm for the '--contains' option
This commit is contained in:
@ -52,6 +52,7 @@ static int list_tags(struct ref_filter *filter, struct ref_sorting *sorting, con
|
|||||||
}
|
}
|
||||||
|
|
||||||
verify_ref_format(format);
|
verify_ref_format(format);
|
||||||
|
filter->with_commit_tag_algo = 1;
|
||||||
filter_refs(&array, filter, FILTER_REFS_TAGS);
|
filter_refs(&array, filter, FILTER_REFS_TAGS);
|
||||||
ref_array_sort(sorting, &array);
|
ref_array_sort(sorting, &array);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user