git/prompt.c

#define USE_THE_REPOSITORY_VARIABLE

#include "git-compat-util.h"
#include "parse.h"
#include "environment.h"
#include "run-command.h"
#include "strbuf.h"
#include "prompt.h"
#include "compat/terminal.h"

static char *do_askpass(const char *cmd, const char *prompt)
{}

char *git_prompt(const char *prompt, int flags)
{}

int git_read_line_interactively(struct strbuf *line)
{}