tests: avoid using the branch name `main`
authorJohannes Schindelin <johannes.schindelin@gmx.de>
Thu, 8 Oct 2020 10:13:47 +0000 (10:13 +0000)
committerJunio C Hamano <gitster@pobox.com>
Thu, 8 Oct 2020 17:40:18 +0000 (10:40 -0700)
commit538228ed23a1d5e17e89bb17086d4dda51325bd8
treedf2711d111a9afe3593f9e89f94b54c21eaac090
parenta15ad5d1bc23f3a6842360df5ee840b1dc3e4888
tests: avoid using the branch name `main`

In the near future, we want to change Git's default branch name to
`main`. In preparation for that, stop using it as a branch name in the
test suite. Replace that branch name by `topic`, the same name we used
to rename variations of `master` in b6211b89eb3 (tests: avoid variations
of the `master` branch name, 2020-09-26).

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t6012-rev-list-simplify.sh
t/t6400-merge-df.sh
t/t6409-merge-subtree.sh
t/t6430-merge-recursive.sh