archive.c: remove implicit dependency the_repository
commitce3a7ec8bd2faf49f4162356305237409a9b4c7b
authorNguyễn Thái Ngọc Duy <pclouds@gmail.com>
Sat, 15 Sep 2018 16:17:37 +0000 (15 18:17 +0200)
committerJunio C Hamano <gitster@pobox.com>
Mon, 17 Sep 2018 16:20:06 +0000 (17 09:20 -0700)
tree4240e664dc1803c23541054f044984f7ea7fa05c
parent1d4361b0f344188ab5eec6dcea01f61a3a3a1670
archive.c: remove implicit dependency the_repository

The new "repo" field in archive_args has been added since b612ee202a
(archive.c: avoid access to the_index - 2018-08-13). Use it instead of
hard coding the_repository.

Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
archive.c