"John Cai via GitGitGadget" <gitgitgadget@xxxxxxxxx> writes: > John Cai (3): > cat-file: rename cmdmode to transform_mode > cat-file: introduce batch_command enum to replace print_contents > cat-file: add --batch-command mode > > Documentation/git-cat-file.txt | 24 ++++ > builtin/cat-file.c | 154 ++++++++++++++++++++++-- > t/t1006-cat-file.sh | 207 ++++++++++++++++++++++++++++++++- > 3 files changed, 373 insertions(+), 12 deletions(-) Does t1006-cat-file.sh pass the --stress test? I have no time to test it for you but I've seen "make test" got stuck and this is the only cat-file related change in flight.