Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | prompt.c: remove git_getpass() nobody uses | Junio C Hamano | 2015-01-15 | 1 | -5/+0 |
* | Merge branch 'jk/credential-quit' | Junio C Hamano | 2014-12-22 | 1 | -4/+12 |
|\ | |||||
| * | prompt: respect GIT_TERMINAL_PROMPT to disable terminal promptsjk/credential-quit | Jeff King | 2014-12-04 | 1 | -4/+12 |
* | | run-command: introduce CHILD_PROCESS_INIT | René Scharfe | 2014-08-20 | 1 | -2/+1 |
|/ | |||||
* | Revert "prompt: clean up strbuf usage"jk/credential-plug-leak | Jeff King | 2014-01-02 | 1 | -1/+2 |
* | prompt: fall back to terminal if askpass failsjk/prompt-fallback-to-tty | Jeff King | 2012-02-03 | 1 | -7/+17 |
* | prompt: clean up strbuf usage | Jeff King | 2012-02-03 | 1 | -2/+1 |
* | prompt: use git_terminal_prompt | Jeff King | 2011-12-12 | 1 | -1/+2 |
* | refactor git_getpass into generic prompt function | Jeff King | 2011-12-12 | 1 | -16/+30 |
* | move git_getpass to its own source file | Jeff King | 2011-12-12 | 1 | -0/+48 |