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: 862bae37b811b08ccb0fda2449a1c61d5d37f7a1 (plain)
1
2
3
4
5
6
7
8
#ifndef ADVICE_H
#define ADVICE_H

extern int advice_push_nonfastforward;

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

#endif /* ADVICE_H */