5 ms·
There is VFS for git from Microsoft, that can solve problem more elegant way, I think: https://github.com/microsoft/scalar https://github.com/microsoft/scalar
by psydvl 3y ago
There is VFS for git from Microsoft, that can solve problem more elegant way, I think: https://github.com/microsoft/scalar https://github.com/microsoft/scalar
- TiredOfLife 3y agoThat was discontinued (like multiple times under different names). And is moved into a git fork. https://github.com/microsoft/git https://github.com/microsoft/git
- ComputerGuru 3y agoDo you know what replaced it?
- MikusR 3y agoTheir fork https://github.com/microsoft/git https://github.com/microsoft/git
- WorldMaker 3y agogit They upstreamed almost everything. The last version of "scalar" was mostly just a configuration tool for sparse checkout "cones" which needed a bit of hand-holding, and that is easier to configure in git itself now, or so I hear.
- zellyn 3y agoAre they still trying to upstream everything? For a while they were being good about that…