From: Junio C Hamano Date: Wed, 9 Mar 2022 21:38:24 +0000 (-0800) Subject: Merge branch 'jc/cat-file-batch-commands' X-Git-Tag: v2.36.0-rc0~84 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d169d51504cd527edac82a57c6624c5d16ecb7b5;p=thirdparty%2Fgit.git Merge branch 'jc/cat-file-batch-commands' "git cat-file" learns "--batch-command" mode, which is a more flexible interface than the existing "--batch" or "--batch-check" modes, to allow different kinds of inquiries made. * jc/cat-file-batch-commands: cat-file: add --batch-command mode cat-file: add remove_timestamp helper cat-file: introduce batch_mode enum to replace print_contents cat-file: rename cmdmode to transform_mode --- d169d51504cd527edac82a57c6624c5d16ecb7b5