summaryrefslogtreecommitdiffstats
path: root/credential.c
AgeCommit message (Expand)AuthorLines
2016-02-26credential: let empty credential specs reset helper listJeff King-3/+6
2016-01-15strbuf: introduce strbuf_getline_{lf,nul}()Junio C Hamano-1/+1
2014-12-22Merge branch 'jk/credential-quit'Junio C Hamano-0/+5
2014-12-04credential: let helpers tell us to quitJeff King-0/+5
2014-08-20run-command: introduce CHILD_PROCESS_INITRené Scharfe-2/+1
2014-06-20refactor skip_prefix to return a booleanJeff King-2/+1
2012-07-18credential: convert "url" attribute into its parsed subpartsJeff King-0/+2
2012-06-25git credential fill: output the whole 'struct credential'Matthieu Moy-1/+1
2011-12-12credential: use git_prompt instead of git_getpassJeff King-8/+7
2011-12-12move git_getpass to its own source fileJeff King-0/+1
2011-12-11credential: make relevance of http path configurableJeff King-0/+14
2011-12-11credential: add credential.*.usernameJeff King-0/+4
2011-12-11credential: apply helper configJeff King-0/+61
2011-12-11credential: add function for parsing url componentsJeff King-0/+52
2011-12-11introduce credentials APIJeff King-0/+234