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

Convert 'match_push_refs()' to take a 'struct refspec' as a parameter
instead of an array of 'const char *'.

Signed-off-by: Brandon Williams <bmwill@google.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/remote.c
builtin/send-pack.c
http-push.c
remote.c
remote.h
transport.c