]> git.ipfire.org Git - thirdparty/git.git/commit
sparse-checkout: use string_list_sort_u
authorAmisha Chhajed <136238836+amishhaa@users.noreply.github.com>
Fri, 13 Feb 2026 03:37:28 +0000 (09:07 +0530)
committerJunio C Hamano <gitster@pobox.com>
Fri, 13 Feb 2026 04:09:24 +0000 (20:09 -0800)
commit88fb80c4b21b29653eac4b3da6746bb9a35596f7
treecf5967652cfacf94707f86a9f0454b48d6363435
parent453e7b744aef0d9dab62dac6ab030bb643a2e117
sparse-checkout: use string_list_sort_u

sparse_checkout_list() uses string_list_sort and
string_list_remove_duplicates instead of string_list_sort_u.

use string_list_sort_u at that place.

Signed-off-by: Amisha Chhajed <136238836+amishhaa@users.noreply.github.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/sparse-checkout.c