summaryrefslogtreecommitdiff
path: root/include/git2/cred_helpers.h
Commit message (Collapse)AuthorAgeFilesLines
* credential: change git_cred to git_credentialethomson/credtypeEdward Thomson2020-01-261-42/+4
| | | | | | | | | | | | | | | | We avoid abbreviations where possible; rename git_cred to git_credential. In addition, we have standardized on a trailing `_t` for enum types, instead of using "type" in the name. So `git_credtype_t` has become `git_credential_t` and its members have become `GIT_CREDENTIAL` instead of `GIT_CREDTYPE`. Finally, the source and header files have been renamed to `credential` instead of `cred`. Keep previous name and values as deprecated, and include the new header files from the previous ones.
* Escape @ in doc commentBen Chatelain2015-08-291-1/+1
|
* cred_helpers: Add 'const' qualifiers to git_cred_userpass_payloadMichał Górny2015-05-241-2/+2
| | | | | | Make both username & password in git_cred_userpass_payload 'const'. The values are not altered anywhere, and the extra qualifier allows clients to assign 'const' values there.
* fixing headers with bad values for objective-cJohn Josef2013-09-091-1/+1
|
* docs: formatting fixesCarlos Martín Nieto2013-04-241-2/+2
|
* Add user-from-url param to auth callbackBen Straub2013-01-311-0/+3
|
* Move credential helpers to their own (optional) headerBen Straub2013-01-091-0/+50