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
wilbaker
changed the title
Remove GitObjectsRoot and LocalCacheRoot from RepoMetadata.dat and switch to 'gvfs.sharedcache'
[Mount Removal] Remove GitObjectsRoot and LocalCacheRoot from RepoMetadata.dat and switch to 'gvfs.sharedcache'
Oct 1, 2019
…ject hook
See microsoft/git#191 for the Git code regarding the GVFS transport layer. This can work in tandem with the read-object hook, but it _should_ make the read-object hook irrelevant.
* Delete all references to the read-object hook in the product code. This unblocks #4 and the [Mount Removal] tasks #15, #132, #133, #135, #136, and possible others.
* Delete the Sparse Verb in favor of `git sparse-checkout set`.
* Delete the `BlobPrefetcher` and all references to `--files` or `--folders` prefetching.
Resolves#6, #7, #36.
Switch to using
gvfs.sharedcache
(see microsoft/git#191) to store/retrieve the location of the shared cacheThe text was updated successfully, but these errors were encountered: