Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Allocate cached_refs objects dynamically
[gitweb.git]
/
http.h
diff --git
a/http.h
b/http.h
index 19b7134fa5c7ff9b65565dcbddccae1354f024c7..0bf8592dc45209c9be5b8ddac3a53f6fc11e29be 100644
(file)
--- a/
http.h
+++ b/
http.h
@@
-172,7
+172,7
@@
struct http_object_request {
unsigned char sha1[20];
unsigned char real_sha1[20];
git_SHA_CTX c;
-
z_
stream stream;
+
git_z
stream stream;
int zret;
int rename;
struct active_request_slot *slot;