]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'jc/string-list-split' into jc/strbuf-split
authorJunio C Hamano <gitster@pobox.com>
Sun, 3 Aug 2025 05:36:41 +0000 (22:36 -0700)
committerJunio C Hamano <gitster@pobox.com>
Sun, 3 Aug 2025 05:36:41 +0000 (22:36 -0700)
commit5e901d16904b354a0de399484db09b7b67132151
tree649169187f4fa82992977d92c11e6bac5e2a474d
parente813a0200a7121b97fec535f0d0b460b0a33356c
parent2ab2aac73d234ae75096e2186b07cc14c57d2586
Merge branch 'jc/string-list-split' into jc/strbuf-split

* jc/string-list-split:
  string-list: split-then-remove-empty can be done while splitting
  string-list: optionally omit empty string pieces in string_list_split*()
  diff: simplify parsing of diff.colormovedws
  string-list: optionally trim string pieces split by string_list_split*()
  string-list: unify string_list_split* functions
  string-list: align string_list_split() with its _in_place() counterpart
  string-list: report programming error with BUG