Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
http: use credential API to get passwords
[gitweb.git]
/
streaming.c
diff --git
a/streaming.c
b/streaming.c
index d8c16d28f6c5ee56fcdc03f2db1b4f0630df3c5d..71072e1b1da670cdb4b048a3a6e83a4ae806bf5f 100644
(file)
--- a/
streaming.c
+++ b/
streaming.c
@@
-66,7
+66,7
@@
struct filtered_istream {
struct git_istream {
const struct stream_vtbl *vtbl;
unsigned long size; /* inflated size of full object */
-
z_
stream z;
+
git_z
stream z;
enum { z_unused, z_used, z_done, z_error } z_state;
union {