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

Convert 'apply_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/fast-export.c
remote.c
remote.h
transport-helper.c