Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'jk/credential-quit' | Junio C Hamano | 2014-12-22 | 1 | -0/+5 |
|\ | |||||
| * | credential: let helpers tell us to quit | Jeff King | 2014-12-04 | 1 | -0/+5 |
* | | run-command: introduce CHILD_PROCESS_INIT | René Scharfe | 2014-08-20 | 1 | -2/+1 |
|/ | |||||
* | refactor skip_prefix to return a boolean | Jeff King | 2014-06-20 | 1 | -2/+1 |
* | credential: convert "url" attribute into its parsed subparts | Jeff King | 2012-07-18 | 1 | -0/+2 |
* | git credential fill: output the whole 'struct credential' | Matthieu Moy | 2012-06-25 | 1 | -1/+1 |
* | credential: use git_prompt instead of git_getpass | Jeff King | 2011-12-12 | 1 | -8/+7 |
* | move git_getpass to its own source file | Jeff King | 2011-12-12 | 1 | -0/+1 |
* | credential: make relevance of http path configurable | Jeff King | 2011-12-11 | 1 | -0/+14 |
* | credential: add credential.*.username | Jeff King | 2011-12-11 | 1 | -0/+4 |
* | credential: apply helper config | Jeff King | 2011-12-11 | 1 | -0/+61 |
* | credential: add function for parsing url components | Jeff King | 2011-12-11 | 1 | -0/+52 |
* | introduce credentials API | Jeff King | 2011-12-11 | 1 | -0/+234 |