aboutsummaryrefslogtreecommitdiffstats
path: root/prompt.c
AgeCommit message (Expand)AuthorFilesLines
2023-09-29parse: separate out parsing functions from config.hCalvin Wan1-1/+1
2023-03-21treewide: remove cache.h inclusion due to environment.h changesElijah Newren1-1/+1
2023-03-21environment.h: move declarations for environment.c functions from cache.hElijah Newren1-0/+1
2021-11-25run-command API users: use strvec_push(), not argv constructionÆvar Arnfjörð Bjarmason1-5/+2
2020-04-10interactive: explicitly `fflush` stdout before expecting input마누엘1-1/+3
2020-04-10interactive: refactor code asking the user for interactive inputJohannes Schindelin1-0/+10
2017-06-15config: don't include config.h by defaultBrandon Williams1-0/+1
2015-01-15prompt.c: remove git_getpass() nobody usesJunio C Hamano1-5/+0
2014-12-22Merge branch 'jk/credential-quit'Junio C Hamano1-4/+12
2014-12-04prompt: respect GIT_TERMINAL_PROMPT to disable terminal promptsJeff King1-4/+12
2014-08-20run-command: introduce CHILD_PROCESS_INITRené Scharfe1-2/+1
2014-01-02Revert "prompt: clean up strbuf usage"Jeff King1-1/+2
2012-02-03prompt: fall back to terminal if askpass failsJeff King1-7/+17
2012-02-03prompt: clean up strbuf usageJeff King1-2/+1
2011-12-12prompt: use git_terminal_promptJeff King1-1/+2
2011-12-12refactor git_getpass into generic prompt functionJeff King1-16/+30
2011-12-12move git_getpass to its own source fileJeff King1-0/+48