On Sat, Aug 23, 2025 at 11:30:11AM +0530, Meet Soni wrote: > diff --git a/t/show-ref-exists-tests.sh b/t/show-ref-exists-tests.sh > new file mode 100644 > index 0000000000..2c29643573 > --- /dev/null > +++ b/t/show-ref-exists-tests.sh > @@ -0,0 +1,76 @@ > +git_show_ref_exists=${git_show_ref_exists:-git show-ref --exists} > +test_expect_success setup ' Tiny nit: let's add an empty line between these two lines. Patrick