- Notifications
You must be signed in to change notification settings - Fork460
PermalinkChoose a base ref {{ refName }}default Choose a head ref {{ refName }}default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also orlearn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also.Learn more about diff comparisons here.
base repository:microsoft/VFSForGit
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
Uh oh!
There was an error while loading.Please reload this page.
base:v1.0.24335.1
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}defaultLoading
...
head repository:microsoft/VFSForGit
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
Uh oh!
There was an error while loading.Please reload this page.
compare:v1.0.25044.1
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}defaultLoading
- 5commits
- 9files changed
- 2contributors
Commits on Jan 13, 2025
Fix ownership when cloning elevated
On Windows, if the current user is elevated then any directoriescreated will be owned by the Administrators group. This can causeproblems later on in non-elevated contexts due to git's "dubiousownership" check. Git for Windows does not currently consider anon-elevated admin to be the owner of a directory owned by theAdministrators group, though a fix is in progress in the microsoft forkof git. Libgit2(sharp) also does not have this fix. Also, the GVFSservice which automounts repositories runs under the SYSTEM account,which would still fail the check even if that fix were in place.This commit changes the ownership of the .git directory and the workingdirectory to the current user when cloning.
Commits on Feb 10, 2025
deps: remove old unused upgrader methods
Remove some of the unused methods left behind after the auto upgraderwas shut down. Also remove the no longer needed dependencies.Signed-off-by: Matthew John Cheetham <mjcheetham@outlook.com>
Merge pull request#1829from tyrielv/fix-clone-permissions
Fix ownership when cloning elevated
Commits on Feb 13, 2025
Merge pull request#1830from mjcheetham/deps-update
Remove old unused upgrader methods and dependencies
Merge pull request#1831from microsoft/milestones/m253
[Release] Milestone M253
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:git diff v1.0.24335.1...v1.0.25044.1
Uh oh!
There was an error while loading.Please reload this page.