Thread (1 message) 1 message, 1 author, 2016-06-15

Re: [PATCH 4/6] zlib: wrap deflate side of the API

From: Junio C Hamano <hidden>
Date: 2016-06-15 22:51:28

Thiago Farina [off-list ref] writes:
On Fri, Jun 10, 2011 at 5:15 PM, Junio C Hamano [off-list ref] wrote:
quoted
+void git_deflate_init_gzip(z_streamp strm, int level)
+{
+       /*
+        * Use default 15 bits, +16 is to generate gzip header/trailer
+        * instead of the zlib wrapper.
+        */
+       const int windowBits = 15 + 16;
Was this style intentional?
Sorry, but what style specifically do you find questionable?
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help