swh:1:snp:47f1e8bb459169b0feb652a9c3d9cbabd8526d4a
Raw File
Tip revision: 367f12b7e92aef4e8a41fe601d90984a2b7a0381 authored by Johannes Schindelin on 04 December 2019, 22:01:50 UTC
Git 2.21.1
Tip revision: 367f12b
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