Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
http-fetch: Use temporary files for pack-*.idx until verified
[gitweb.git]
/
http-walker.c
diff --git
a/http-walker.c
b/http-walker.c
index 700bc13112d65dfe8cf89af17522e28cf0d76e26..3a726dea0864878644d34fdc5f0afa8e6e633c95 100644
(file)
--- 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);