We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c466d1 commit e27c77dCopy full SHA for e27c77d
NEWS.md
@@ -445,6 +445,10 @@ Deprecated or removed
445
446
* `contains(eq, itr, item)` is deprecated in favor of `any` with a predicate ([#23716]).
447
448
+ * Constructors for `LibGit2.UserPasswordCredentials` and `LibGit2.SSHCredentials` which take a
449
+ `prompt_if_incorrect` argument are deprecated. Instead, prompting behavior is controlled using
450
+ the `allow_prompt` keyword in the `LibGit2.CredentialPayload` constructor ([#23690]).
451
+
452
Command-line option changes
453
---------------------------
454
0 commit comments