]> git.ipfire.org Git - thirdparty/git.git/commit - remote.c
remote: convert push refspecs to struct refspec
authorBrandon Williams <bmwill@google.com>
Wed, 16 May 2018 22:58:00 +0000 (15:58 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 17 May 2018 21:19:42 +0000 (06:19 +0900)
commit6bdb304b106db32b1cff185f2fa1b79e9c2c919c
treeeae9ab1c184a94f3c033907dbb5f2a74d88cf652
parent16eefc8eb37dfb26c83bbd0a393b494e3734cb97
remote: convert push refspecs to struct refspec

Convert the set of push refspecs stored in 'struct remote' to use
'struct refspec'.

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