Skip to content

Commit

Permalink
Merge pull request #1809 from microsoft/milestones/m194
Browse files Browse the repository at this point in the history
[Release] Milestone M194
  • Loading branch information
vdye authored Mar 14, 2024
2 parents 1efd105 + 9ac4791 commit 25b85a4
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 25b85a4

Please sign in to comment.