]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'ob/gpg-interface-cleanup'
authorJunio C Hamano <gitster@pobox.com>
Thu, 30 Oct 2025 15:00:19 +0000 (08:00 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 30 Oct 2025 15:00:19 +0000 (08:00 -0700)
commitc43d4cf762df8e0c068099cf74637ce029f4babb
treec928500114195441468a9a06b83e46b9f2812ac3
parent48d0b6545a8ed22db087e766499c1bcf8cd0075e
parent2ab72a16d9e3f1aca223f5da5aaf8b533d8fa35a
Merge branch 'ob/gpg-interface-cleanup'

strbuf_split*() to split a string into multiple strbufs is often a
wrong API to use.  A few uses of it have been removed by
simplifying the code.

* ob/gpg-interface-cleanup:
  gpg-interface: do not use misdesigned strbuf_split*()
  gpg-interface: do not use misdesigned strbuf_split*()
gpg-interface.c