diff options
author | Junio C Hamano <gitster@pobox.com> | 2015-01-14 15:40:48 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2015-01-15 11:02:06 -0800 |
commit | 0fb1df4af2a28bc95b26fbd9d4f172a461d88ef2 (patch) | |
tree | 5c2d38c2b5e9b5cdaea85d44d82169b5f3fdc712 /prompt.h | |
parent | b90a3d7b3275fdb23184dce7afc2aaeaaafb8886 (diff) | |
download | git-0fb1df4af2a28bc95b26fbd9d4f172a461d88ef2.tar.gz |
prompt.c: remove git_getpass() nobody uses
This was whittled down to a compatibility wrapper around the more
flexible git_prompt() in 1cb0134f (refactor git_getpass into generic
prompt function, 2011-12-10), waiting for the final callers to go
away. That happened in 791643a8 (imap-send: use git-credential,
2014-04-28) when imap-send learned to use the credential interface.
Reviewed-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'prompt.h')
-rw-r--r-- | prompt.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -5,6 +5,5 @@ #define PROMPT_ECHO (1<<1) char *git_prompt(const char *prompt, int flags); -char *git_getpass(const char *prompt); #endif /* PROMPT_H */ |