]> git.ipfire.org Git - thirdparty/git.git/commit - remote.c
remote: convert match_push_refs to use struct refspec
authorBrandon Williams <bmwill@google.com>
Wed, 16 May 2018 22:57:57 +0000 (15:57 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 17 May 2018 21:19:42 +0000 (06:19 +0900)
commit8ca69370c890b52d751402034524da5384c5dd9a
tree8f7707c48a1e3eea01cf3762b484273bf64359e1
parent0460f4727793663b34fbf0711f60394de730f833
remote: convert match_push_refs to use struct refspec

Convert 'match_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