index-pack: correct install_packed_git() args
authorJunio C Hamano <gitster@pobox.com>
Mon, 11 Jun 2018 22:09:18 +0000 (15:09 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 11 Jun 2018 22:09:18 +0000 (15:09 -0700)
The function does not start taking the repository object as a
parameter before v2.18 track. Make the topic mergeable to v2.17
maintenance track by dropping it.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found