summaryrefslogtreecommitdiffstats
path: root/credential.c
Commit message (Expand)AuthorAgeFilesLines
* credential: ignore SIGPIPE when writing to credential helpersErik E Brady2018-03-291-0/+3
* Merge branch 'ab/free-and-null'Junio C Hamano2017-06-241-6/+3
|\
| * *.[ch] refactoring: make use of the FREE_AND_NULL() macroÆvar Arnfjörð Bjarmason2017-06-161-4/+2
| * coccinelle: make use of the "type" FREE_AND_NULL() ruleÆvar Arnfjörð Bjarmason2017-06-161-2/+1
* | config: don't include config.h by defaultBrandon Williams2017-06-151-0/+1
|/
* credential: let empty credential specs reset helper listJeff King2016-02-261-3/+6
* strbuf: introduce strbuf_getline_{lf,nul}()Junio C Hamano2016-01-151-1/+1
* Merge branch 'jk/credential-quit'Junio C Hamano2014-12-221-0/+5
|\
| * credential: let helpers tell us to quitJeff King2014-12-041-0/+5
* | run-command: introduce CHILD_PROCESS_INITRené Scharfe2014-08-201-2/+1
|/
* refactor skip_prefix to return a booleanJeff King2014-06-201-2/+1
* credential: convert "url" attribute into its parsed subpartsJeff King2012-07-181-0/+2
* git credential fill: output the whole 'struct credential'Matthieu Moy2012-06-251-1/+1
* credential: use git_prompt instead of git_getpassJeff King2011-12-121-8/+7
* move git_getpass to its own source fileJeff King2011-12-121-0/+1
* credential: make relevance of http path configurableJeff King2011-12-111-0/+14
* credential: add credential.*.usernameJeff King2011-12-111-0/+4
* credential: apply helper configJeff King2011-12-111-0/+61
* credential: add function for parsing url componentsJeff King2011-12-111-0/+52
* introduce credentials APIJeff King2011-12-111-0/+234