]> git.ipfire.org Git - thirdparty/git.git/commit - refs.h
delete_refs(): new function for the refs API
authorMichael Haggerty <mhagger@alum.mit.edu>
Mon, 22 Jun 2015 14:02:55 +0000 (16:02 +0200)
committerJunio C Hamano <gitster@pobox.com>
Mon, 22 Jun 2015 20:17:09 +0000 (13:17 -0700)
commit98ffd5ff67d1097280e3c16accde6de86d3ece3d
treeb910d88f96b9b9a40ad25bf27823b3b7fba6daae
parentfc67a0825caaff4eb5d4afdcc626263c8d214f36
delete_refs(): new function for the refs API

Move the function remove_branches() from builtin/remote.c to refs.c,
rename it to delete_refs(), and make it public.

Signed-off-by: Michael Haggerty <mhagger@alum.mit.edu>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/remote.c
refs.c
refs.h