archive-*.c: use the right repository
commitb67b55127c3eb2a44429f6b7071ce196794d14e9
authorNguyễn Thái Ngọc Duy <pclouds@gmail.com>
Mon, 13 Aug 2018 16:14:36 +0000 (13 18:14 +0200)
committerJunio C Hamano <gitster@pobox.com>
Mon, 13 Aug 2018 21:14:44 +0000 (13 14:14 -0700)
tree3179483856f0bf8ed9af1b54757b28b1daeb6fcf
parentb612ee202a48f129f81f8f6a5af6cf71d1a9caef
archive-*.c: use the right repository

With 'struct archive_args' gaining new repository pointer, we don't
have to assume the_repository in the archive backends anymore.

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