]> git.ipfire.org Git - thirdparty/git.git/blobdiff - builtin/rerere.c
Merge branch 'tf/string-list-init'
[thirdparty/git.git] / builtin / rerere.c
index 3c8e45843e148758fece8b64015754b7d56ec6d1..9b1e3a7cf50674ffdd834d08edba184f5c7c285d 100644 (file)
@@ -135,7 +135,7 @@ int cmd_rerere(int argc, const char **argv, const char *prefix)
                        if (!has_rerere_resolution(name))
                                unlink_rr_item(name);
                }
-               unlink_or_warn(git_path("rr-cache/MERGE_RR"));
+               unlink_or_warn(git_path("MERGE_RR"));
        } else if (!strcmp(argv[1], "gc"))
                garbage_collect(&merge_rr);
        else if (!strcmp(argv[1], "status"))