| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-07-31 | interactive: do strip trailing CRLF from input | Johannes Sixt | 1 | -7/+1 |
| 2024-09-12 | environment: guard state depending on a repository | Patrick Steinhardt | 1 | -0/+2 |
| 2023-09-29 | parse: separate out parsing functions from config.h | Calvin Wan | 1 | -1/+1 |
| 2023-03-21 | treewide: remove cache.h inclusion due to environment.h changes | Elijah Newren | 1 | -1/+1 |
| 2023-03-21 | environment.h: move declarations for environment.c functions from cache.h | Elijah Newren | 1 | -0/+1 |
| 2021-11-25 | run-command API users: use strvec_push(), not argv construction | Ævar Arnfjörð Bjarmason | 1 | -5/+2 |
| 2020-04-10 | interactive: explicitly `fflush` stdout before expecting input | 마누엘 | 1 | -1/+3 |
| 2020-04-10 | interactive: refactor code asking the user for interactive input | Johannes Schindelin | 1 | -0/+10 |
| 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 |