swh:1:snp:47f1e8bb459169b0feb652a9c3d9cbabd8526d4a
Raw File
Tip revision: 6eed462c8f973719799691c4f51b97f7970f2ac4 authored by Johannes Schindelin on 12 February 2021, 14:47:43 UTC
Git 2.18.5
Tip revision: 6eed462
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