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

Convert 'query_refspecs()' 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/push.c
remote.c
remote.h