diff options
Diffstat (limited to 'advice.h')
-rw-r--r-- | advice.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/advice.h b/advice.h new file mode 100644 index 0000000000..e9df8e026c --- /dev/null +++ b/advice.h @@ -0,0 +1,9 @@ +#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 */ |