From: Derrick Stolee Date: Mon, 20 Aug 2018 16:51:55 +0000 (+0000) Subject: multi-pack-index: store local property X-Git-Tag: v2.20.0-rc0~249^2~7 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/2cf489a3bf75d7569c228147c3d9c559f02fd62c?hp=2cf489a3bf75d7569c228147c3d9c559f02fd62c multi-pack-index: store local property A pack-file is 'local' if it is stored within the usual object directory. If it is stored in an alternate, it is non-local. Pack-files are stored using a 'pack_local' member in the packed_git struct. Add a similar 'local' member to the multi_pack_index struct and 'local' parameters to the methods that load and prepare multi- pack-indexes. Signed-off-by: Derrick Stolee Signed-off-by: Junio C Hamano ---