Merge branch 'jc/compression-config' into next
authorJunio C Hamano <gitster@pobox.com>
Mon, 5 Dec 2016 19:38:03 +0000 (11:38 -0800)
committerJunio C Hamano <gitster@pobox.com>
Mon, 5 Dec 2016 19:38:03 +0000 (11:38 -0800)
commit323769ca07a5fcbe0a61bedf9dd59191364bbbab
treeb6e91b87c845784ca62f408101c7a10eab24a047
parent3ea70d01afc6305b88d33b8585f1fc41c486a182
parent8de7eeb54b6aaa6d429b5d9c2b667847c35480ff
Merge branch 'jc/compression-config' into next

Compression setting for producing packfiles were spread across
three codepaths, one of which did not honor any configuration.
Unify these so that all of them honor core.compression and
pack.compression variables the same way.

* jc/compression-config:
  compression: unify pack.compression configuration parsing
environment.c