]> git.ipfire.org Git - thirdparty/git.git/blobdiff - connect.c
sort_string_list(): rename to string_list_sort()
[thirdparty/git.git] / connect.c
index d47d0ec6040fdb8b07a689e299dac121bb468717..16f74b0ad380b02f1b42d0b12e1e09c98e63a603 100644 (file)
--- a/connect.c
+++ b/connect.c
@@ -93,7 +93,7 @@ static void annotate_refs_with_symref_info(struct ref *ref)
                parse_one_symref_info(&symref, val, len);
                feature_list = val + 1;
        }
-       sort_string_list(&symref);
+       string_list_sort(&symref);
 
        for (; ref; ref = ref->next) {
                struct string_list_item *item;