summaryrefslogtreecommitdiff
path: root/prompt.c
Commit message (Expand)AuthorAgeFilesLines
* 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