projects
/
git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Add a place for (not) sharing stuff between worktrees
[git]
/
http.c
diff --git
a/http.c
b/http.c
index
4162860
..
98ff122
100644
(file)
--- a/
http.c
+++ b/
http.c
@@
-2394,7
+2394,7
@@
int finish_http_object_request(struct http_object_request *freq)
unlink_or_warn(freq->tmpfile.buf);
return -1;
}
- if (
hashcmp
(freq->sha1, freq->real_sha1)) {
+ if (
!hasheq
(freq->sha1, freq->real_sha1)) {
unlink_or_warn(freq->tmpfile.buf);
return -1;
}