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

extern int advice_push_nonfastforward;
extern int advice_status_hints;
extern int advice_commit_before_merge;

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

#endif /* ADVICE_H */