From: Junio C Hamano Date: Mon, 11 Jun 2018 22:09:18 +0000 (-0700) Subject: index-pack: correct install_packed_git() args X-Git-Tag: v2.18.0-rc2~1^2 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/3737746120d4e16b3a2b3431e34eeb3314edfa8c?hp=3737746120d4e16b3a2b3431e34eeb3314edfa8c 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 ---