Skip to content

Commit 25b85a4

Browse files
authored
Merge pull request #1809 from microsoft/milestones/m194
[Release] Milestone M194
2 parents 1efd105 + 9ac4791 commit 25b85a4

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

GVFS/GVFS/CommandLine/GVFSVerb.cs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -312,11 +312,6 @@ public static bool TrySetRequiredGitConfigSettings(Enlistment enlistment)
312312

313313
// Disable the builtin FS Monitor in case it was enabled globally.
314314
{ "core.useBuiltinFSMonitor", "false" },
315-
316-
// Set the GCM credential method to use OAuth tokens.
317-
// See https://github.com/git-ecosystem/git-credential-manager/blob/release/docs/configuration.md#credentialazreposcredentialtype
318-
// for more information.
319-
{ "credential.azreposCredentialType", "oauth" },
320315
};
321316

322317
if (!TrySetConfig(enlistment, requiredSettings, isRequired: true))

0 commit comments

Comments
 (0)