X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;ds=sidebyside;f=http-walker.c;h=18bd6504beb99ab68f360c4fa93011efae42fdfb;hb=48c250a121a425a1860226b6a7061aecfbab5246;hp=cabac48eee968593fd885180710e95c99d901a24;hpb=4b05548fc0523744b7a1276cfa0f4aae19d6d9c9;p=git.git diff --git a/http-walker.c b/http-walker.c index cabac48ee..18bd6504b 100644 --- a/http-walker.c +++ b/http-walker.c @@ -510,7 +510,7 @@ static int fetch_object(struct walker *walker, struct alt_base *repo, unsigned c ret = error("File %s has bad hash", hex); } else if (req->rename < 0) { ret = error("unable to write sha1 filename %s", - req->filename); + sha1_file_name(req->sha1)); } release_http_object_request(req);