swh:1:snp:6df5a50b8107b6bbe1e51d0239d816a7503c536a
Raw File
Tip revision: 326e5bc91eecf73234ead29636207bc516573e79 authored by Junio C Hamano on 22 February 2016, 21:12:56 UTC
Git 2.7.2
Tip revision: 326e5bc
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