From: Stefan Beller Date: Fri, 23 Mar 2018 17:45:20 +0000 (+0100) Subject: packfile: add repository argument to prepare_packed_git X-Git-Tag: v2.18.0-rc0~143^2~7 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/6fdb4e9f5a883aa3d96fc19b3e08d3449d53ea0c?ds=inline;hp=6fdb4e9f5a883aa3d96fc19b3e08d3449d53ea0c packfile: add repository argument to prepare_packed_git Add a repository argument to allow prepare_packed_git callers to be more specific about which repository to handle. See commit "sha1_file: add repository argument to link_alt_odb_entry" for an explanation of the #define trick. Signed-off-by: Stefan Beller Signed-off-by: Nguyễn Thái Ngọc Duy Signed-off-by: Junio C Hamano ---