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?