mirror of
https://github.com/git/git.git
synced 2026-03-22 22:50:08 +01:00
Some string list needs to be searched case insensitively, and for that to work correctly, the string needs to be sorted case insensitively from the beginning. Allow a custom comparison function to be defined on a string list instance and use it throughout in place of strcmp(). Signed-off-by: Junio C Hamano <gitster@pobox.com>
5.2 KiB
5.2 KiB