From: Junio C Hamano Date: Sun, 11 Sep 2011 22:59:26 +0000 (-0700) Subject: refs.c: make create_cached_refs() static X-Git-Tag: v1.7.8-rc0~108^2 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/3ab24efeef37f9a148662f8de4412a72e754b69f?hp=3ab24efeef37f9a148662f8de4412a72e754b69f refs.c: make create_cached_refs() static There is nobody outside that calls into this helper function. Signed-off-by: Junio C Hamano ---