From: Michael Haggerty Date: Fri, 6 Jan 2017 16:22:36 +0000 (+0100) Subject: log_ref_setup(): manage the name of the reflog file internally X-Git-Tag: v2.13.0-rc0~177^2~7 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/4533e5343bb1171b932f787e345d6cff920a4e70?hp=4533e5343bb1171b932f787e345d6cff920a4e70 log_ref_setup(): manage the name of the reflog file internally Instead of writing the name of the reflog file into a strbuf that is supplied by the caller but not needed there, write it into a local temporary buffer and remove the strbuf parameter entirely. And while we're adjusting the function signature, reorder the arguments to move the input parameters before the output parameters. Signed-off-by: Michael Haggerty Reviewed-by: Jeff King Signed-off-by: Junio C Hamano ---