Merge branch 'jc/compression-config'
commite484bcbab1398e9a716e2e0e9de7928d9f796ef2
authorJunio C Hamano <gitster@pobox.com>
Tue, 10 Jan 2017 23:24:25 +0000 (10 15:24 -0800)
committerJunio C Hamano <gitster@pobox.com>
Tue, 10 Jan 2017 23:24:25 +0000 (10 15:24 -0800)
tree907729b43b0996613e3f373048a762e63094ac48
parentd984592043aec3c9f5b1955560a133896ca115b5
parent8de7eeb54b6aaa6d429b5d9c2b667847c35480ff
Merge branch 'jc/compression-config'

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