Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
merge-tree: use ll_merge() not xdl_merge()
[gitweb.git]
/
rerere.h
diff --git
a/rerere.h
b/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