X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=rerere.c;h=3518207c178904b91ce28f8d3bf2ba0ee560d0e7;hb=ecab04d49a53669d0f0d7afa677717570790b43a;hp=718fb526dd1fbbc5de18784586d37d6069807b77;hpb=47d32af2338418275ab6b53a737952af22289d97;p=git.git diff --git a/rerere.c b/rerere.c index 718fb526d..3518207c1 100644 --- a/rerere.c +++ b/rerere.c @@ -290,7 +290,7 @@ static int do_plain_rerere(struct string_list *rr, int fd) hex = xstrdup(sha1_to_hex(sha1)); string_list_insert(path, rr)->util = hex; if (mkdir(git_path("rr-cache/%s", hex), 0755)) - continue;; + continue; handle_file(path, NULL, rr_path(hex, "preimage")); fprintf(stderr, "Recorded preimage for '%s'\n", path); }