explicitly set the default branch name after 'git init' in regress tests
commitf60607c885e6c72e0bd0647907573da3c9acbc43
authorStefan Sperling <stsp@stsp.name>
Thu, 30 Sep 2021 08:24:01 +0000 (30 08:24 +0000)
committerThomas Adam <thomas@xteddy.org>
Thu, 30 Sep 2021 20:53:21 +0000 (30 21:53 +0100)
tree97b4cc9ac3166d3b25be69950b44d5e8fde7fb8e
parentccd081e7f1f2b65ac6191c78813dcd622b559dd0
explicitly set the default branch name after 'git init' in regress tests

We need to do this because newer versions of Git support an arbitrary default
branch name which can be set by users. We don't want tests to fail when this
option is used.

pointed out by Thomas Adam
regress/cmdline/common.sh