From: Michael Haggerty Date: Mon, 11 May 2015 15:25:06 +0000 (+0200) Subject: is_refname_available(): convert local variable "dirname" to strbuf X-Git-Tag: v2.4.3~14^2~14 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/6075f3076e8a7fea0a132d459d1e21e771cdd880?hp=6075f3076e8a7fea0a132d459d1e21e771cdd880 is_refname_available(): convert local variable "dirname" to strbuf This change wouldn't be worth it by itself, but in a moment we will use the strbuf for more string juggling. Signed-off-by: Michael Haggerty ---