]> git.ipfire.org Git - thirdparty/git.git/blobdiff - rerere.h
fast-import: introduce "feature notes" command
[thirdparty/git.git] / rerere.h
index 10a94a4ea10aa4c7a1ba4ea8397b82f1278afc9d..eaa9004dcdbb2f0dfd446e1ac68237c6dff18530 100644 (file)
--- a/rerere.h
+++ b/rerere.h
@@ -10,6 +10,7 @@ extern int setup_rerere(struct string_list *, int);
 extern int rerere(int);
 extern const char *rerere_path(const char *hex, const char *file);
 extern int has_rerere_resolution(const char *hex);
+extern int rerere_forget(const char **);
 
 #define OPT_RERERE_AUTOUPDATE(v) OPT_UYN(0, "rerere-autoupdate", (v), \
        "update the index with reused conflict resolution if possible")