Staging
v0.8.1
https://github.com/git/git
Revision 5588dbffbd61e4906e453808c6ad32f792fea521 authored by Junio C Hamano on 10 February 2017, 20:54:23 UTC, committed by Junio C Hamano on 10 February 2017, 20:54:23 UTC
Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent 653078b
Raw File
Tip revision: 5588dbffbd61e4906e453808c6ad32f792fea521 authored by Junio C Hamano on 10 February 2017, 20:54:23 UTC
Git 2.12-rc1
Tip revision: 5588dbf
prompt.h
#ifndef PROMPT_H
#define PROMPT_H

#define PROMPT_ASKPASS (1<<0)
#define PROMPT_ECHO    (1<<1)

char *git_prompt(const char *prompt, int flags);

#endif /* PROMPT_H */
back to top