From: Junio C Hamano Date: Mon, 3 Aug 2015 18:01:19 +0000 (-0700) Subject: Merge branch 'jk/cat-file-batch-all' X-Git-Tag: v2.6.0-rc0~103 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=d2c3464fefc394cc0b8f0db903b18dc1e9a38fdc;p=git-core%2Fgit.git 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 --- d2c3464fefc394cc0b8f0db903b18dc1e9a38fdc