On Wed, Nov 02 2022, Philip Oakley wrote: > +note () { > + git tag "$1" > +} Aren't you just... > +test_expect_success setup ' > + # get the structure set out, then the file contents > + echo "asdf" >foo && > + echo "quux" >quux && > + git add foo quux && > + test_tick && git commit -m "I: Initial commit" && > + note I && ...re-inventing "test_commit" here (including the "echo")?