]> git.ipfire.org Git - thirdparty/git.git/blame - prompt.h
Merge branch 'sg/commit-graph-usage-fix'
[thirdparty/git.git] / prompt.h
CommitLineData
d3c58b83
JK
1#ifndef PROMPT_H
2#define PROMPT_H
3
1cb0134f 4#define PROMPT_ASKPASS (1<<0)
a5090259 5#define PROMPT_ECHO (1<<1)
1cb0134f
JK
6
7char *git_prompt(const char *prompt, int flags);
d3c58b83
JK
8
9#endif /* PROMPT_H */