rebase: consistently use branch_name variable
[gitweb.git] / advice.h
index c84a44531c7d8fcc9867b2df4ba9dc11d0766508..f525d6f89cb44dc39188dd06472cf8a59b56f411 100644 (file)
--- a/advice.h
+++ b/advice.h
@@ -19,6 +19,7 @@ extern int advice_set_upstream_failure;
 extern int advice_object_name_warning;
 extern int advice_rm_hints;
 extern int advice_add_embedded_repo;
+extern int advice_ignored_hook;
 
 int git_default_advice_config(const char *var, const char *value);
 __attribute__((format (printf, 1, 2)))