]> git.ipfire.org Git - thirdparty/git.git/commit - remote.c
remote: convert match_explicit_refs to take a struct refspec
authorBrandon Williams <bmwill@google.com>
Wed, 16 May 2018 22:58:14 +0000 (15:58 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 17 May 2018 21:19:44 +0000 (06:19 +0900)
commit9fa2e5e8534519f07d1a93878fde6341fb012a6e
tree6ff8ea8871e472d28af494c21eb429bc37e866d7
parentf3acb8309f2ef229f9e1af3abe1ab9631e643fbc
remote: convert match_explicit_refs to take a struct refspec

Convert 'match_explicit_refs()' 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>
remote.c