summaryrefslogtreecommitdiffstats
path: root/connected.h
diff options
context:
space:
mode:
authorJeff King <peff@peff.net>2016-10-03 22:36:26 +0200
committerJunio C Hamano <gitster@pobox.com>2016-10-10 22:52:37 +0200
commitea0fc3b4176a424a2b20eb76a6a503dc4d59cebb (patch)
treefcb3e3cc6bf9b74eaf5c1f7596701bb0a0135f3d /connected.h
parentsha1_file: always allow relative paths to alternates (diff)
downloadgit-ea0fc3b4176a424a2b20eb76a6a503dc4d59cebb.tar.xz
git-ea0fc3b4176a424a2b20eb76a6a503dc4d59cebb.zip
alternates: use fspathcmp to detect duplicates
On a case-insensitive filesystem, we should realize that "a/objects" and "A/objects" are the same path. We already use fspathcmp() to check against the main object directory, but until recently we couldn't use it for comparing against other alternates (because their paths were not NUL-terminated strings). But now we can, so let's do so. Note that we also need to adjust count-objects to load the config, so that it can see the setting of core.ignorecase (this is required by the test, but is also a general bugfix for users of count-objects). Signed-off-by: Jeff King <peff@peff.net> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'connected.h')
0 files changed, 0 insertions, 0 deletions