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