Merge branch 'jc/war-on-string-list'
commitfd4bb3806bcccbd8afa5dd45052ea37a882708ba
authorJunio C Hamano <gitster@pobox.com>
Tue, 13 Nov 2018 13:37:23 +0000 (13 22:37 +0900)
committerJunio C Hamano <gitster@pobox.com>
Tue, 13 Nov 2018 13:37:23 +0000 (13 22:37 +0900)
treea18ef40ed419dcff04ce13c4aea3d40cb1fe06b3
parent20d04b4419559825160c267fb05cc5c683fbece8
parente198b3a740409fabe5ba774c5f1255b55fdd21c1
Merge branch 'jc/war-on-string-list'

Replace three string-list instances used as look-up tables in "git
fetch" with hashmaps.

* jc/war-on-string-list:
  fetch: replace string-list used as a look-up table with a hashmap
builtin/fetch.c