summaryrefslogtreecommitdiff
path: root/credential.h
AgeCommit message (Expand)AuthorFilesLines
2021-07-01*.h: move some *_INIT to designated initializersLibravatar Ævar Arnfjörð Bjarmason1-1/+3
2020-05-04credential: correct order of parameters for credential_matchLibravatar Carlo Marcelo Arenas Belón1-2/+2
2020-05-04credential: update description for credential_from_url_gentlyLibravatar Carlo Marcelo Arenas Belón1-2/+2
2020-03-25Git 2.26.1Libravatar Junio C Hamano1-1/+14
2020-03-17Git 2.25.3Libravatar Junio C Hamano1-1/+14
2020-03-12credential: detect unrepresentable values when parsing urlsLibravatar Jeff King1-0/+16
2020-03-05Merge branch 'bc/wildcard-credential'Libravatar Junio C Hamano1-1/+2
2020-02-20credential: use the last matching username in the configLibravatar brian m. carlson1-1/+2
2020-02-14doc: move credential helper info into gitcredentials(7)Libravatar Jeff King1-90/+0
2019-11-18credential: move doc to credential.hLibravatar Heba Waly1-0/+236
2014-12-04credential: let helpers tell us to quitLibravatar Jeff King1-0/+1
2012-06-25git credential fill: output the whole 'struct credential'Libravatar Matthieu Moy1-0/+1
2011-12-11credential: make relevance of http path configurableLibravatar Jeff King1-1/+2
2011-12-11credential: apply helper configLibravatar Jeff King1-1/+4
2011-12-11credential: add function for parsing url componentsLibravatar Jeff King1-0/+1
2011-12-11introduce credentials APILibravatar Jeff King1-0/+28