On Wed, Sep 08 2021, Phillip Wood via GitGitGadget wrote:
From: Phillip Wood <redacted>
Simplify the setup by using test_commit. Note that this replaces the
branch "pre-rebase" with a tag of the same name. "pre-rebase" is only
used as a fixed reference point so it makes sense to use a tag rather
than a branch.
FWIW you could use --no-tag to test_commit to keep the behavior, but
changing it here seems fine.