summaryrefslogtreecommitdiffstats
path: root/prompt.c (follow)
Commit message (Expand)AuthorAgeLines
* run-command API users: use strvec_push(), not argv constructionÆvar Arnfjörð Bjarmason2021-11-25-5/+2
* interactive: explicitly `fflush` stdout before expecting input마누엘2020-04-10-1/+3
* interactive: refactor code asking the user for interactive inputJohannes Schindelin2020-04-10-0/+10
* config: don't include config.h by defaultBrandon Williams2017-06-15-0/+1
* prompt.c: remove git_getpass() nobody usesJunio C Hamano2015-01-15-5/+0
* Merge branch 'jk/credential-quit'Junio C Hamano2014-12-22-4/+12
|\
| * prompt: respect GIT_TERMINAL_PROMPT to disable terminal promptsJeff King2014-12-04-4/+12
* | run-command: introduce CHILD_PROCESS_INITRené Scharfe2014-08-20-2/+1
|/
* Revert "prompt: clean up strbuf usage"Jeff King2014-01-02-1/+2
* prompt: fall back to terminal if askpass failsJeff King2012-02-03-7/+17
* prompt: clean up strbuf usageJeff King2012-02-03-2/+1
* prompt: use git_terminal_promptJeff King2011-12-12-1/+2
* refactor git_getpass into generic prompt functionJeff King2011-12-12-16/+30
* move git_getpass to its own source fileJeff King2011-12-12-0/+48