summaryrefslogtreecommitdiff
path: root/builtin/receive-pack.c
diff options
context:
space:
mode:
authorJeff King <peff@peff.net>2017-02-08 20:52:50 (GMT)
committerJunio C Hamano <gitster@pobox.com>2017-02-08 23:39:55 (GMT)
commitece657f39939d067265eaf57e519a20019bcf794 (patch)
tree2a2d9990ddb327306be07b1e7855a3e1bb46c377 /builtin/receive-pack.c
parent3a1345af289703a04ff4754f9167ed3cfa2dfdce (diff)
downloadgit-ece657f39939d067265eaf57e519a20019bcf794.zip
git-ece657f39939d067265eaf57e519a20019bcf794.tar.gz
git-ece657f39939d067265eaf57e519a20019bcf794.tar.bz2
for_each_alternate_ref: stop trimming trailing slashes
The real_pathdup() function will have removed extra slashes for us already (on top of the normalize_path() done when we created the alternate_object_database struct in the first place). Incidentally, this also fixes the case where the path is just "/", which would read off the start of the array. That doesn't seem possible to trigger in practice, though, as link_alt_odb_entry() blindly eats trailing slashes, including a bare "/". Signed-off-by: Jeff King <peff@peff.net> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'builtin/receive-pack.c')
0 files changed, 0 insertions, 0 deletions