advice.hon commit Merge branch 'bg/maint-remote-update-default' into maint (66276d9)
   1#ifndef ADVICE_H
   2#define ADVICE_H
   3
   4extern int advice_push_nonfastforward;
   5extern int advice_status_hints;
   6extern int advice_commit_before_merge;
   7
   8int git_default_advice_config(const char *var, const char *value);
   9
  10#endif /* ADVICE_H */