From: Junio C Hamano Date: Wed, 8 Jun 2022 21:27:53 +0000 (-0700) Subject: Merge branch 'ds/midx-normalize-pathname-before-comparison' into maint X-Git-Tag: v2.36.2~4 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=67c305f72290312e19113635023fed1e133d4f66;p=thirdparty%2Fgit.git Merge branch 'ds/midx-normalize-pathname-before-comparison' into maint The path taken by "git multi-pack-index" command from the end user was compared with path internally prepared by the tool withut first normalizing, which lead to duplicated paths not being noticed, which has been corrected. source: * ds/midx-normalize-pathname-before-comparison: cache: use const char * for get_object_directory() multi-pack-index: use --object-dir real path midx: use real paths in lookup_multi_pack_index() --- 67c305f72290312e19113635023fed1e133d4f66