summaryrefslogtreecommitdiff
path: root/prompt.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: remove cache.h inclusion due to environment.h changesElijah Newren2023-03-211-1/+1
* environment.h: move declarations for environment.c functions from cache.hElijah Newren2023-03-211-0/+1
* run-command API users: use strvec_push(), not argv constructionÆvar Arnfjörð Bjarmason2021-11-251-5/+2
* interactive: explicitly `fflush` stdout before expecting input마누엘2020-04-101-1/+3
* interactive: refactor code asking the user for interactive inputJohannes Schindelin2020-04-101-0/+10
* config: don't include config.h by defaultBrandon Williams2017-06-151-0/+1
* prompt.c: remove git_getpass() nobody usesJunio C Hamano2015-01-151-5/+0
* Merge branch 'jk/credential-quit'Junio C Hamano2014-12-221-4/+12
|\
| * prompt: respect GIT_TERMINAL_PROMPT to disable terminal promptsjk/credential-quitJeff King2014-12-041-4/+12
* | run-command: introduce CHILD_PROCESS_INITRené Scharfe2014-08-201-2/+1
|/
* Revert "prompt: clean up strbuf usage"jk/credential-plug-leakJeff King2014-01-021-1/+2
* prompt: fall back to terminal if askpass failsjk/prompt-fallback-to-ttyJeff King2012-02-031-7/+17
* prompt: clean up strbuf usageJeff King2012-02-031-2/+1
* prompt: use git_terminal_promptJeff King2011-12-121-1/+2
* refactor git_getpass into generic prompt functionJeff King2011-12-121-16/+30
* move git_getpass to its own source fileJeff King2011-12-121-0/+48