mirror of
https://github.com/git/git.git
synced 2026-03-06 07:19:08 +01:00
We create a strbuf only to insert a single string, pass the resulting buffer to a function (which does not modify the string), and then free it. We can just pass the original string instead. Signed-off-by: Jeff King <peff@peff.net> Signed-off-by: Junio C Hamano <gitster@pobox.com>
20 KiB
20 KiB