diff options
Diffstat (limited to 'advice.h')
-rw-r--r-- | advice.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/advice.h b/advice.h new file mode 100644 index 0000000000..3de5000d8c --- /dev/null +++ b/advice.h @@ -0,0 +1,10 @@ +#ifndef ADVICE_H +#define ADVICE_H + +extern int advice_push_nonfastforward; +extern int advice_status_hints; +extern int advice_commit_before_merge; + +int git_default_advice_config(const char *var, const char *value); + +#endif /* ADVICE_H */ |