advice.hon commit Merge branch 'ns/rebase-auto-squash' (cea20f2)
   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;
   7extern int advice_implicit_identity;
   8
   9int git_default_advice_config(const char *var, const char *value);
  10
  11#endif /* ADVICE_H */