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

Convert 'push_unpushed_submodules()' 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>
submodule.c
submodule.h
transport.c