]> asedeno.scripts.mit.edu Git - git.git/blobdiff - rerere.h
diff --check: honor conflict-marker-size attribute
[git.git] / rerere.h
index 13313f3f2b2cc6a8d895305b7ac92c12c1753682..36560ff2f5501105049e2220f959721104fc4922 100644 (file)
--- a/rerere.h
+++ b/rerere.h
@@ -7,5 +7,6 @@ extern int setup_rerere(struct string_list *);
 extern int rerere(void);
 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 **);
 
 #endif