Welcome to mirror list, hosted at ThFree Co, Russian Federation.

advice.h - git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: e9df8e026c301767b12217ba0374860a15742f2e (plain)
1
2
3
4
5
6
7
8
9
#ifndef ADVICE_H
#define ADVICE_H

extern int advice_push_nonfastforward;
extern int advice_status_hints;

int git_default_advice_config(const char *var, const char *value);

#endif /* ADVICE_H */