Thanks to visit codestin.com Credit goes to github.com
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 a6a9cf0 commit ac1c157Copy full SHA for ac1c157
include/git2/cred_helpers.h
@@ -34,7 +34,7 @@ typedef struct git_cred_userpass_payload {
34
*
35
* @param cred The newly created credential object.
36
* @param url The resource for which we are demanding a credential.
37
- * @param user_from_url The username that was embedded in a "user@host"
+ * @param user_from_url The username that was embedded in a "user\@host"
38
* remote url, or NULL if not included.
39
* @param allowed_types A bitmask stating which cred types are OK to return.
40
* @param payload The payload provided when specifying this callback. (This is
0 commit comments