Re: [PATCH 4/6] zlib: wrap deflate side of the API From: Thiago Farina <hidden> Date: 2016-06-15 22:51:28 On Fri, Jun 10, 2011 at 5:15 PM, Junio C Hamano [off-list ref] wrote:+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?
Keyboard shortcuts hback out one level jnext message in thread kprevious message in thread ldrill in Escclose help / fold thread tree ?toggle this help