Merge branch 'jk/cat-file-batch-all'
commitd2c3464fefc394cc0b8f0db903b18dc1e9a38fdc
authorJunio C Hamano <gitster@pobox.com>
Mon, 3 Aug 2015 18:01:19 +0000 (3 11:01 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 3 Aug 2015 18:01:19 +0000 (3 11:01 -0700)
tree5d78483b5f096004b48a2ada7e58611bdeb603ff
parentb2f44feba593ed0c4294a6f9933c8a1b6f190e04
parent3115ee45c8c7c0b753663890b13ec0e14fe4c0d7
Merge branch 'jk/cat-file-batch-all'

"cat-file" learned "--batch-all-objects" option to enumerate all
available objects in the repository more quickly than "rev-list
--all --objects" (the output includes unreachable objects, though).

* jk/cat-file-batch-all:
  cat-file: sort and de-dup output of --batch-all-objects
  cat-file: add --batch-all-objects option
  cat-file: split batch_one_object into two stages
  cat-file: stop returning value from batch_one_object
  cat-file: add --buffer option
  cat-file: move batch_options definition to top of file
  cat-file: minor style fix in options list