Merge branch 'jk/repack-keep-unreachable'
commit979f030359f6830fbaebd0c76e9aad5f86993fef
authorJunio C Hamano <gitster@pobox.com>
Wed, 6 Jul 2016 20:38:11 +0000 (6 13:38 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 6 Jul 2016 20:38:11 +0000 (6 13:38 -0700)
tree7f0e68383742902df146706d2387358a96d24f54
parente25a4ded8a47333a4c71a224927d6df87d7c295e
parente26a8c4721ceaf4c59e33bbd4e60f777b7ea9b62
Merge branch 'jk/repack-keep-unreachable'

"git repack" learned the "--keep-unreachable" option, which sends
loose unreachable objects to a pack instead of leaving them loose.
This helps heuristics based on the number of loose objects
(e.g. "gc --auto").

* jk/repack-keep-unreachable:
  repack: extend --keep-unreachable to loose objects
  repack: add --keep-unreachable option
  repack: document --unpack-unreachable option