Code

Add the --submodule option to the diff option family
[git.git] / advice.h
index 862bae37b811b08ccb0fda2449a1c61d5d37f7a1..e9df8e026c301767b12217ba0374860a15742f2e 100644 (file)
--- a/advice.h
+++ b/advice.h
@@ -2,6 +2,7 @@
 #define ADVICE_H
 
 extern int advice_push_nonfastforward;
+extern int advice_status_hints;
 
 int git_default_advice_config(const char *var, const char *value);