summaryrefslogtreecommitdiff
path: root/include/git2/cred_helpers.h
Commit message (Collapse)AuthorAgeFilesLines
* 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