Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
Permalink

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
base:v1.0.24335.1
Choose a base ref
Loading
...
head repository:microsoft/VFSForGit
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare:v1.0.25044.1
Choose a head ref
Loading
  • 5commits
  • 9files changed
  • 2contributors

Commits on Jan 13, 2025

  1. 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.
    @tyrielv
    tyrielv committedJan 13, 2025
    Configuration menu
    Copy the full SHA
    4e23d28View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2025

  1. 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>
    @mjcheetham
    mjcheetham committedFeb 10, 2025
    Configuration menu
    Copy the full SHA
    e2a00f5View commit details
    Browse the repository at this point in the history
  2. Merge pull request#1829from tyrielv/fix-clone-permissions

    Fix ownership when cloning elevated
    @tyrielv
    tyrielv authoredFeb 10, 2025
    Configuration menu
    Copy the full SHA
    cad7861View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2025

  1. Merge pull request#1830from mjcheetham/deps-update

    Remove old unused upgrader methods and dependencies
    @mjcheetham
    mjcheetham authoredFeb 13, 2025
    Configuration menu
    Copy the full SHA
    0d6f8bbView commit details
    Browse the repository at this point in the history
  2. Merge pull request#1831from microsoft/milestones/m253

    [Release] Milestone M253
    @mjcheetham
    mjcheetham authoredFeb 13, 2025
    Configuration menu
    Copy the full SHA
    2b6bf5dView commit details
    Browse the repository at this point in the history
Loading

[8]ページ先頭

©2009-2025 Movatter.jp