fetch: convert refmap to use struct refspec
commite4cffacc8047d675983ecdbc7c7c284276514fe1
authorBrandon Williams <bmwill@google.com>
Wed, 16 May 2018 22:58:05 +0000 (16 15:58 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 17 May 2018 21:19:43 +0000 (18 06:19 +0900)
tree2da21d92517fb20e89b7449d987ce31abd1a2b72
parentd7c8e30716ae6226fec5d04cfd7cb45619b6c2fb
fetch: convert refmap to use struct refspec

Convert the refmap in builtin/fetch.c to be stored in a
'struct refspec'.

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