summaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
authorLibravatar Jeff King <peff@peff.net>2019-04-13 01:54:31 -0400
committerLibravatar Junio C Hamano <gitster@pobox.com>2019-04-15 14:00:52 +0900
commit1027186fdd3bb55b2149693550542e0647feb7a3 (patch)
treec836b7e8598cc47ab27f2eae85cb130051a6375e /t
parentfetch: use free_refs() (diff)
downloadtgif-1027186fdd3bb55b2149693550542e0647feb7a3.tar.xz
remote.c: make singular free_ref() public
We provide a free_refs() function to free a list, but there's no easy way for a caller to free a single ref. Let's make our singular free_ref() function public. Since its name is so similar to the list-freeing free_refs(), and because both of those functions have the same signature, it might be easy to accidentally use the wrong one. Let's call the singular version the more verbose "free_one_ref()" to distinguish it. Signed-off-by: Jeff King <peff@peff.net> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't')
0 files changed, 0 insertions, 0 deletions