aboutsummaryrefslogtreecommitdiff
path: root/advice.h
blob: 728ab90ef17b4ebccff4ccb662108f8c5fded690 (plain)
1
2
3
4
5
6
7
8
9
10
11
#ifndef ADVICE_H
#define ADVICE_H

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

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

#endif /* ADVICE_H */