On Wed, Jan 14, 2015 at 03:40:48PM -0800, Junio C Hamano wrote: > -char *git_getpass(const char *prompt) > -{ > - return git_prompt(prompt, PROMPT_ASKPASS); > -} Yay. This was whittled down to a compatibility wrapper around the more flexible git_prompt, waiting for the final callers to go away. That happened in 791643a8, when imap-send learned to use the credential interface. -Peff -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html