diff options
author | Clemens Buchacher <drizzd@aon.at> | 2009-01-01 21:54:32 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2009-01-05 12:46:35 -0800 |
commit | 837e5fe95d9d6e597b748d338e45cca231f558fa (patch) | |
tree | 63509e66387ffc9a7a743ff69133fe17285ecefc /ws.c | |
parent | unpack-trees: handle failure in verify_absent (diff) | |
download | tgif-837e5fe95d9d6e597b748d338e45cca231f558fa.tar.xz |
unpack-trees: fix path search bug in verify_absent
Commit 0cf73755 (unpack-trees.c: assume submodules are clean during
check-out) changed an argument to verify_absent from 'path' to 'ce',
which is however shadowed by a local variable of the same name.
The bug triggers if verify_absent is used on a tree entry, for which
the index contains one or more subsequent directories of the same
length. The affected subdirectories are removed from the index. The
testcase included in this commit bisects to 55218834 (checkout: do not
lose staged removal), which reveals the bug in this case, but is
otherwise unrelated.
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'ws.c')
0 files changed, 0 insertions, 0 deletions