We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 522e2f4 + 008ed7d commit 2be421dCopy full SHA for 2be421d
1 file changed
builtin/tag.c
@@ -52,6 +52,7 @@ static int list_tags(struct ref_filter *filter, struct ref_sorting *sorting, con
52
}
53
54
verify_ref_format(format);
55
+ filter->with_commit_tag_algo = 1;
56
filter_refs(&array, filter, FILTER_REFS_TAGS);
57
ref_array_sort(sorting, &array);
58
0 commit comments