aboutsummaryrefslogtreecommitdiff
path: root/credential.c
Commit message (Expand)AuthorAge
* Merge branch 'ab/free-and-null'Junio C Hamano2017-06-24
|\
| * *.[ch] refactoring: make use of the FREE_AND_NULL() macroÆvar Arnfjörð Bjarmason2017-06-16
| * coccinelle: make use of the "type" FREE_AND_NULL() ruleÆvar Arnfjörð Bjarmason2017-06-16
* | config: don't include config.h by defaultBrandon Williams2017-06-15
|/
* credential: let empty credential specs reset helper listJeff King2016-02-26
* strbuf: introduce strbuf_getline_{lf,nul}()Junio C Hamano2016-01-15
* Merge branch 'jk/credential-quit'Junio C Hamano2014-12-22
|\
| * credential: let helpers tell us to quitJeff King2014-12-04
* | run-command: introduce CHILD_PROCESS_INITRené Scharfe2014-08-20
|/
* refactor skip_prefix to return a booleanJeff King2014-06-20
* credential: convert "url" attribute into its parsed subpartsJeff King2012-07-18
* git credential fill: output the whole 'struct credential'Matthieu Moy2012-06-25
* credential: use git_prompt instead of git_getpassJeff King2011-12-12
* move git_getpass to its own source fileJeff King2011-12-12
* credential: make relevance of http path configurableJeff King2011-12-11
* credential: add credential.*.usernameJeff King2011-12-11
* credential: apply helper configJeff King2011-12-11
* credential: add function for parsing url componentsJeff King2011-12-11
* introduce credentials APIJeff King2011-12-11