On Thu, Jul 31, 2025 at 2:40 AM Junio C Hamano <gitster@xxxxxxxxx> wrote: > For some unknown reason, unlike string_list_split_in_place(), > string_list_split() took only a single character as a field > delimiter. Before giving both functions more features in future > commits, allow stirng_list_split() to take more than one delimiter > characters to make them closer to each other. s/stirng/string/ > Signed-off-by: Junio C Hamano <gitster@xxxxxxxxx>