X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=rerere.h;h=eaa9004dcdbb2f0dfd446e1ac68237c6dff18530;hb=a27d5bef56d0689873b29236addf4f7879e974ec;hp=10a94a4ea10aa4c7a1ba4ea8397b82f1278afc9d;hpb=15a873d6e85d8089117a6a2141c8158bd370cf49;p=git.git diff --git a/rerere.h b/rerere.h index 10a94a4ea..eaa9004dc 100644 --- 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")