You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
name-hash: don't add sparse directories in threaded lazy init
Similarly to 5f11669
make sure to avoid placing sparse directories into the name_hash
hashtable whenever multithreaded initialization is performed.
Sparse directory entries represent a directory that is outside the
sparse-checkout definition. These are not paths to blobs, so should not
be added to the name_hash table as they must never be queried.
Signed-off-by: Alex Mironov <[email protected]>
0 commit comments