]> git.ipfire.org Git - thirdparty/git.git/blobdiff - advice.h
add: change advice config variables used by the add API
[thirdparty/git.git] / advice.h
index 83287b0594ac405533c1972e180e289a2d758810..0e6e58d9f8f79df4b4f6ae242cf1fb0a7d179d1b 100644 (file)
--- a/advice.h
+++ b/advice.h
@@ -31,7 +31,8 @@ extern int advice_graft_file_deprecated;
 extern int advice_checkout_ambiguous_remote_branch_name;
 extern int advice_nested_tag;
 extern int advice_submodule_alternate_error_strategy_die;
-extern int advice_add_nothing;
+extern int advice_add_ignored_file;
+extern int advice_add_empty_pathspec;
 
 int git_default_advice_config(const char *var, const char *value);
 __attribute__((format (printf, 1, 2)))