remote: convert check_push_refs to use struct refspec
commit0460f4727793663b34fbf0711f60394de730f833
authorBrandon Williams <bmwill@google.com>
Wed, 16 May 2018 22:57:56 +0000 (16 15:57 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 17 May 2018 21:19:42 +0000 (18 06:19 +0900)
tree25116fa9392faa06322b910921f1255db64cc515
parente03c4e084d89f31dd4569b085d88b60758a54cd1
remote: convert check_push_refs to use struct refspec

Convert 'check_push_refs()' to use 'struct refspec'.

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