]> git.neil.brown.name Git - git.git/commit
Merge branch 'jk/disable-pack-reuse-when-broken'
authorJunio C Hamano <gitster@pobox.com>
Mon, 29 May 2017 03:34:44 +0000 (12:34 +0900)
committerJunio C Hamano <gitster@pobox.com>
Mon, 29 May 2017 03:34:44 +0000 (12:34 +0900)
commit137a2613a07e556fd77fe374c6f4edd2d5e1b1fc
tree6c0353991d9dd1859212be80fed996bae70f7c6a
parent6b526ced6fb1808d1b8a9b30010e45dce10a4e7c
parentda5a1f81008f89f4e533006df8fa536e43c9c677
Merge branch 'jk/disable-pack-reuse-when-broken'

"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