From: Michael Haggerty Date: Mon, 22 Jun 2015 14:03:02 +0000 (+0200) Subject: refs: remove some functions from the module's public interface X-Git-Tag: v2.6.0-rc0~105^2~8 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/0a4b24ff146405fb636d74945c0fdf1afaef3fd6?hp=0a4b24ff146405fb636d74945c0fdf1afaef3fd6 refs: remove some functions from the module's public interface The following functions are no longer used from outside the refs module: * lock_packed_refs() * add_packed_ref() * commit_packed_refs() * rollback_packed_refs() So make these functions private. This is an important step, because it means that nobody outside of the refs module needs to know the difference between loose and packed references. Signed-off-by: Michael Haggerty Signed-off-by: Junio C Hamano ---