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
PR 150171: add support for recursive directory matches in hashmap implementation of sparse-checkout
Update the GVFS specific hashmap implementation of sparse-checkout to treat "/a/" as a request to match all files in the directory "/a/" as well as all paths underneath it. This matches our updated GVFS requirements and also matches git's definition of what "/a/" does.
Related work items: #686383
0 commit comments