]>
Commit | Line | Data |
---|---|---|
75194438 JK |
1 | #ifndef ADVICE_H |
2 | #define ADVICE_H | |
3 | ||
4 | extern int advice_push_nonfastforward; | |
edf563fb | 5 | extern int advice_status_hints; |
4c371f91 | 6 | extern int advice_commit_before_merge; |
75194438 JK |
7 | |
8 | int git_default_advice_config(const char *var, const char *value); | |
9 | ||
10 | #endif /* ADVICE_H */ |