/
uis
/
git
/
x
/
uis
/
git
/
git.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(incremental) |
history
|
HEAD
Merge branch 'cb/ttk-style' of git-gui into cb/git-gui-ttk-style
[git/git.git]
/
prompt.h
Commit
Line
Data
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
7
char *git_prompt(const char *prompt, int flags);
d3c58b83
JK
8
9
#endif /* PROMPT_H */