summaryrefslogtreecommitdiff
path: root/cache.h
diff options
context:
space:
mode:
authorLibravatar Derrick Stolee <dstolee@microsoft.com>2021-03-30 13:10:57 +0000
committerLibravatar Junio C Hamano <gitster@pobox.com>2021-03-30 12:57:47 -0700
commit13e133124728736db605e8ad6d2a844c380cb735 (patch)
tree491966d5ed9507834f4a51f3e9df438cac0a9658 /cache.h
parentsubmodule: sparse-index should not collapse links (diff)
downloadtgif-13e133124728736db605e8ad6d2a844c380cb735.tar.xz
unpack-trees: allow sparse directories
The index_pos_by_traverse_info() currently throws a BUG() when a directory entry exists exactly in the index. We need to consider that it is possible to have a directory in a sparse index as long as that entry is itself marked with the skip-worktree bit. The 'pos' variable is assigned a negative value if an exact match is not found. Since a directory name can be an exact match, it is no longer an error to have a nonnegative 'pos' value. Signed-off-by: Derrick Stolee <dstolee@microsoft.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'cache.h')
0 files changed, 0 insertions, 0 deletions