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

Convert 'check_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>
remote.c
remote.h
transport.c