]> git.ipfire.org Git - thirdparty/git.git/commit
fetch: convert get_ref_map to take a struct refspec
authorBrandon Williams <bmwill@google.com>
Wed, 16 May 2018 22:58:08 +0000 (15:58 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 17 May 2018 21:19:43 +0000 (06:19 +0900)
commit65d96c8b7dd78aad623d833c2c8dec625b8e00b6
tree9fd666eab8353c2666922006e621a67505de689d
parent65a1301f2e01b454777bb15328f8071282bee702
fetch: convert get_ref_map to take a struct refspec

Convert 'get_ref_map()' to take a 'struct refspec' as a parameter
instead of a list of 'struct refspec_item'.

Signed-off-by: Brandon Williams <bmwill@google.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/fetch.c