Adding upstream version 1:2.47.2.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
This commit is contained in:
parent
fd5a0bafa2
commit
54102a2c29
4535 changed files with 1510258 additions and 0 deletions
11
prompt.h
Normal file
11
prompt.h
Normal file
|
@ -0,0 +1,11 @@
|
|||
#ifndef PROMPT_H
|
||||
#define PROMPT_H
|
||||
|
||||
#define PROMPT_ASKPASS (1<<0)
|
||||
#define PROMPT_ECHO (1<<1)
|
||||
|
||||
char *git_prompt(const char *prompt, int flags);
|
||||
|
||||
int git_read_line_interactively(struct strbuf *line);
|
||||
|
||||
#endif /* PROMPT_H */
|
Loading…
Add table
Add a link
Reference in a new issue