summaryrefslogtreecommitdiff
path: root/credential.h
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'mh/credential-oauth-refresh-token'Junio C Hamano2023-05-101-0/+1
|\
| * credential: new attribute oauth_refresh_tokenM Hickford2023-04-211-0/+1
* | Merge branch 'mc/credential-helper-www-authenticate'Junio C Hamano2023-03-171-0/+16
|\ \ | |/ |/|
| * http: read HTTP WWW-Authenticate response headersMatthew John Cheetham2023-02-271-0/+16
* | credential: new attribute password_expiry_utcM Hickford2023-02-221-0/+2
|/
* *.h: move some *_INIT to designated initializersÆvar Arnfjörð Bjarmason2021-07-011-1/+3
* credential: correct order of parameters for credential_matchCarlo Marcelo Arenas Belón2020-05-041-2/+2
* credential: update description for credential_from_url_gentlyCarlo Marcelo Arenas Belón2020-05-041-2/+2
* Git 2.26.1v2.26.1Junio C Hamano2020-03-251-1/+14
|\
| * Git 2.25.3v2.25.3Junio C Hamano2020-03-171-1/+14
| |\
| | * credential: detect unrepresentable values when parsing urlsJeff King2020-03-121-0/+16
* | | Merge branch 'bc/wildcard-credential'Junio C Hamano2020-03-051-1/+2
|\ \ \ | |/ / |/| |
| * | credential: use the last matching username in the configbrian m. carlson2020-02-201-1/+2
* | | doc: move credential helper info into gitcredentials(7)Jeff King2020-02-141-90/+0
|/ /
* | credential: move doc to credential.hHeba Waly2019-11-181-0/+236
|/
* credential: let helpers tell us to quitJeff King2014-12-041-0/+1
* git credential fill: output the whole 'struct credential'Matthieu Moy2012-06-251-0/+1
* credential: make relevance of http path configurableJeff King2011-12-111-1/+2
* credential: apply helper configJeff King2011-12-111-1/+4
* credential: add function for parsing url componentsJeff King2011-12-111-0/+1
* introduce credentials APIJeff King2011-12-111-0/+28