Hi Junio On 9 Feb 2022, at 16:40, Junio C Hamano wrote: > "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. Yes it looks like there are some failures. Thanks for pointing this out. It looks like the flush test is getting stuck. I can actually reproduce it on my end when I do a make clean in t/ and then run the test. Will investigate. thanks!