git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] [Outreachy] gpg-interface.c: use string_list_split instead of strbuf_split_max
@ 2025-10-15  2:19 Olamide Caleb Bello
  2025-10-15  2:19 ` [PATCH 1/2] [Outreachy] gpg-interface: replace strbuf_split with string_list_split Olamide Caleb Bello
                   ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: Olamide Caleb Bello @ 2025-10-15  2:19 UTC (permalink / raw)
  To: git; +Cc: christian.couder, gitster, usmanakinyemi202, Olamide Caleb Bello

The array of strbufs that calls to strbuf_split_max provides are merely
used to store the list of tokens gotten from the split and no edit are
done on these resulting splits making the strbuf_split_max unideal
for this usecase.

This patchset replaces these instances with the modern string_list_split

Olamide Caleb Bello (2):
  gpg-interface: replace strbuf_split with string_list_split
  gpg-interface: use string_list_split instead of strbuf_split

 gpg-interface.c | 24 ++++++++++--------------
 1 file changed, 10 insertions(+), 14 deletions(-)

-- 
2.51.0.463.g79cf913ea9


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2025-10-15 22:05 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-10-15  2:19 [PATCH 0/2] [Outreachy] gpg-interface.c: use string_list_split instead of strbuf_split_max Olamide Caleb Bello
2025-10-15  2:19 ` [PATCH 1/2] [Outreachy] gpg-interface: replace strbuf_split with string_list_split Olamide Caleb Bello
2025-10-15 15:01   ` Christian Couder
2025-10-15 21:56     ` Bello Olamide
2025-10-15  2:19 ` [PATCH 2/2] [Outreachy] gpg-interface: use string_list_split instead of strbuf_split Olamide Caleb Bello
2025-10-15 15:28   ` Christian Couder
2025-10-15 22:02     ` Bello Olamide
2025-10-15 15:40 ` [PATCH 0/2] [Outreachy] gpg-interface.c: use string_list_split instead of strbuf_split_max Christian Couder
2025-10-15 22:05   ` Bello Olamide

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).