t5801 (remote-helpers): add test to fetch tags
authorFelipe Contreras <felipe.contreras@gmail.com>
Tue, 4 Jun 2019 02:13:27 +0000 (21:13 -0500)
committerJunio C Hamano <gitster@pobox.com>
Tue, 4 Jun 2019 18:28:58 +0000 (11:28 -0700)
commit8144f09ccde4df49cdb807a7ce9e6cb14a09bd2e
tree17977b0726006a0b4564138eaa3cedf390823993
parent6e17fb3409d90f496769a5af1646a65e6770625b
t5801 (remote-helpers): add test to fetch tags

This used to work, but commit e198b3a740 broke it.

  e198b3a740 (fetch: replace string-list used as a look-up table with a hashmap)

Probably all remote helpers that use the import method are affected, but
we didn't catch the issue.

Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
git-remote-testgit.sh
t/t5801-remote-helpers.sh