]> Pileus Git - ~andy/git/blob - advice.h
user_ident_sufficiently_given(): refactor the logic to be usable from elsewhere
[~andy/git] / advice.h
1 #ifndef ADVICE_H
2 #define ADVICE_H
3
4 extern int advice_push_nonfastforward;
5 extern int advice_status_hints;
6 extern int advice_commit_before_merge;
7 extern int advice_implicit_identity;
8
9 int git_default_advice_config(const char *var, const char *value);
10
11 #endif /* ADVICE_H */