Skip to content

Commit

Permalink
Merge pull request #1808 from microsoft/default-config-off
Browse files Browse the repository at this point in the history
Revert "GVFSVerb: Use OAuth credentials by default"
  • Loading branch information
vdye authored Mar 14, 2024
2 parents 55ba68d + 02deee0 commit 9ac4791
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions GVFS/GVFS/CommandLine/GVFSVerb.cs
Original file line number Diff line number Diff line change
Expand Up @@ -312,11 +312,6 @@ public static bool TrySetRequiredGitConfigSettings(Enlistment enlistment)

// Disable the builtin FS Monitor in case it was enabled globally.
{ "core.useBuiltinFSMonitor", "false" },

// Set the GCM credential method to use OAuth tokens.
// See https://github.com/git-ecosystem/git-credential-manager/blob/release/docs/configuration.md#credentialazreposcredentialtype
// for more information.
{ "credential.azreposCredentialType", "oauth" },
};

if (!TrySetConfig(enlistment, requiredSettings, isRequired: true))
Expand Down

0 comments on commit 9ac4791

Please sign in to comment.