X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=rerere.c;h=3518207c178904b91ce28f8d3bf2ba0ee560d0e7;hb=763481787174adfcc247d6044bea330edcb2cc24;hp=718fb526dd1fbbc5de18784586d37d6069807b77;hpb=9a01387b9714452ebcae431705a288e1a7e099c3;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); }