Merge branch 'jc/compression-config' into maint
authorJunio C Hamano <gitster@pobox.com>
Tue, 31 Jan 2017 21:32:05 +0000 (13:32 -0800)
committerJunio C Hamano <gitster@pobox.com>
Tue, 31 Jan 2017 21:32:05 +0000 (13:32 -0800)
commitbdc370a5c1439cbfa020a516d69108dc87a4be7c
tree76c9b529a2628f7f448a03a816e73e65ad3fa992
parent844f7e61c9c2fcacc05eaa826a4695f20050dce5
parent8de7eeb54b6aaa6d429b5d9c2b667847c35480ff
Merge branch 'jc/compression-config' into maint

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