]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'jk/disable-pack-reuse-when-broken' into maint
authorJunio C Hamano <gitster@pobox.com>
Sun, 4 Jun 2017 01:21:02 +0000 (10:21 +0900)
committerJunio C Hamano <gitster@pobox.com>
Sun, 4 Jun 2017 01:21:02 +0000 (10:21 +0900)
commitf305016f428db71df44d3e0072e937a8739b4e1a
tree8ddc380e646f39dee1ba9be093af581507f662d3
parent70d19a436dfdc2375f7c80dac85bc08160f6a0f7
parentda5a1f81008f89f4e533006df8fa536e43c9c677
Merge branch 'jk/disable-pack-reuse-when-broken' into maint

"pack-objects" can stream a slice of an existing packfile out when
the pack bitmap can tell that the reachable objects are all needed
in the output, without inspecting individual objects.  This
strategy however would not work well when "--local" and other
options are in use, and need to be disabled.

* jk/disable-pack-reuse-when-broken:
  t5310: fix "; do" style
  pack-objects: disable pack reuse for object-selection options
builtin/pack-objects.c