index-pack: correct install_packed_git() args
commit3737746120d4e16b3a2b3431e34eeb3314edfa8c
authorJunio C Hamano <gitster@pobox.com>
Mon, 11 Jun 2018 22:09:18 +0000 (11 15:09 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 11 Jun 2018 22:09:18 +0000 (11 15:09 -0700)
tree535a918545df52da20dc84ee3dd69062d47f0b42
parent368b4e59061e5e6d2136d685f29c1cd01f5e0557
index-pack: correct install_packed_git() args

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>
builtin/index-pack.c