On 4/27/2023 4:13 AM, Patrick Steinhardt wrote: > index 0e45c27007..b9dcdade63 100755 > --- a/t/t5574-fetch-output.sh > +++ b/t/t5574-fetch-output.sh > @@ -54,6 +54,31 @@ test_expect_success 'fetch compact output' ' > test_cmp expect actual > ' > > +test_expect_success 'fetch output with HEAD and --dry-run' ' > + test_when_finished "rm -rf head" && The test name could drop the --dry-run mention since this now tests both variants. Everything else looks good on this patch. The new commit message is much better to me now!