1
0
Fork 0
mirror of https://github.com/git/git.git synced 2024-05-10 10:46:08 +02:00
git/advice.h

10 lines
197 B
C
Raw Normal View History

#ifndef ADVICE_H
#define ADVICE_H
extern int advice_push_nonfastforward;
extern int advice_status_hints;
int git_default_advice_config(const char *var, const char *value);
#endif /* ADVICE_H */