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

Convert the set of fetch 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/fetch.c
builtin/remote.c
remote.c
remote.h