summaryrefslogtreecommitdiff
path: root/credential.c
AgeCommit message (Expand)AuthorFilesLines
2017-06-24Merge branch 'ab/free-and-null'Libravatar Junio C Hamano1-6/+3
2017-06-16*.[ch] refactoring: make use of the FREE_AND_NULL() macroLibravatar Ævar Arnfjörð Bjarmason1-4/+2
2017-06-16coccinelle: make use of the "type" FREE_AND_NULL() ruleLibravatar Ævar Arnfjörð Bjarmason1-2/+1
2017-06-15config: don't include config.h by defaultLibravatar Brandon Williams1-0/+1
2016-02-26credential: let empty credential specs reset helper listLibravatar Jeff King1-3/+6
2016-01-15strbuf: introduce strbuf_getline_{lf,nul}()Libravatar Junio C Hamano1-1/+1
2014-12-22Merge branch 'jk/credential-quit'Libravatar Junio C Hamano1-0/+5
2014-12-04credential: let helpers tell us to quitLibravatar Jeff King1-0/+5
2014-08-20run-command: introduce CHILD_PROCESS_INITLibravatar René Scharfe1-2/+1
2014-06-20refactor skip_prefix to return a booleanLibravatar Jeff King1-2/+1
2012-07-18credential: convert "url" attribute into its parsed subpartsLibravatar Jeff King1-0/+2
2012-06-25git credential fill: output the whole 'struct credential'Libravatar Matthieu Moy1-1/+1
2011-12-12credential: use git_prompt instead of git_getpassLibravatar Jeff King1-8/+7
2011-12-12move git_getpass to its own source fileLibravatar Jeff King1-0/+1
2011-12-11credential: make relevance of http path configurableLibravatar Jeff King1-0/+14
2011-12-11credential: add credential.*.usernameLibravatar Jeff King1-0/+4
2011-12-11credential: apply helper configLibravatar Jeff King1-0/+61
2011-12-11credential: add function for parsing url componentsLibravatar Jeff King1-0/+52
2011-12-11introduce credentials APILibravatar Jeff King1-0/+234