advice.hon commit git-svn: allow test setup script to support PERL env. var (a5e9c7d)
   1#ifndef ADVICE_H
   2#define ADVICE_H
   3
   4extern int advice_push_nonfastforward;
   5extern int advice_status_hints;
   6
   7int git_default_advice_config(const char *var, const char *value);
   8
   9#endif /* ADVICE_H */