]> git.ipfire.org Git - thirdparty/git.git/blobdiff - ref-filter.h
Merge branch 'jk/for-each-ref-multi-key-sort-fix'
[thirdparty/git.git] / ref-filter.h
index 64330e9601a6bf88b52f01ac3b9db88df8321d1b..8ecc33cdfa5006e34251131b0c6c93b335383809 100644 (file)
@@ -114,6 +114,8 @@ void ref_array_clear(struct ref_array *array);
 int verify_ref_format(struct ref_format *format);
 /*  Sort the given ref_array as per the ref_sorting provided */
 void ref_array_sort(struct ref_sorting *sort, struct ref_array *array);
+/*  Set the ignore_case flag for all elements of a sorting list */
+void ref_sorting_icase_all(struct ref_sorting *sorting, int flag);
 /*  Based on the given format and quote_style, fill the strbuf */
 int format_ref_array_item(struct ref_array_item *info,
                          const struct ref_format *format,