git/t/t5515
Johannes Schindelin 70bc132c96 t5515: use `main` as the name of the main branch for testing (part 3)
In the previous two commits, We just started preparing the `t5515` script
and part of `t/t5515/` for the upcoming change of the default
branch name to `main`. This patch adjusts the remainder of the supporting
material in `t/t5515/` (the patch adjusting all of `t/t5515/` would have
weighed more than 100kB and therefore not made it to the Git mailing
list for review).

Similar to what we did for the `t5515` script itself in the previous
commit, this patch was generated via:

    sed -i -e 's/master/main/g' -e 's/Master/Main/g' \
        -e 's/6c9dec2b923228c9ff994c6cfe4ae16c12408dc5/ecf3b3627b498bdcb735cc4343bf165f76964e9a/g' \
	-e 's/8521c3072461fcfe8f32d67f95cc6e6b832a2db2fa29769ffc788bce85ebcd75/fff666109892bb4b1c80cd1649d2d8762a0663db8b5d46c8be98360b64fbba5f/g' \
	-e 's/754b754407bf032e9a2f9d5a9ad05ca79a6b228f/b4ab76b1a01ea602209932134a44f1e6bd610832/g' \
	-e 's/6c7abaea8a6d8ef4d89877e68462758dc6774690fbbbb0e6d7dd57415c9abde0/380ebae0113f877ce46fcdf39d5bc33e4dc0928db5c5a4d5fdc78381c4d55ae3/g' \
	-- t/t5515/refs.*

In addition to that, we need to adjust some file _names_ in `t/t5515/`
because they encode the branch name:

    eval "$(git ls-files t/t5515/refs.\* | sed -n \
	-e 's/\(.*\)master\(.*\)/git mv & \1main\2;/p')"

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
2020-11-02 16:40:58 -08:00
..
fetch.br-branches-default
fetch.br-branches-default-merge
fetch.br-branches-default-merge_branches-default
fetch.br-branches-default-octopus
fetch.br-branches-default-octopus_branches-default
fetch.br-branches-default_branches-default
fetch.br-branches-one
fetch.br-branches-one-merge
fetch.br-branches-one-merge_branches-one
fetch.br-branches-one-octopus
fetch.br-branches-one-octopus_branches-one
fetch.br-branches-one_branches-one
fetch.br-config-explicit
fetch.br-config-explicit-merge
fetch.br-config-explicit-merge_config-explicit
fetch.br-config-explicit-octopus
fetch.br-config-explicit-octopus_config-explicit
fetch.br-config-explicit_config-explicit
fetch.br-config-glob
fetch.br-config-glob-merge
fetch.br-config-glob-merge_config-glob
fetch.br-config-glob-octopus
fetch.br-config-glob-octopus_config-glob
fetch.br-config-glob_config-glob
fetch.br-remote-explicit
fetch.br-remote-explicit-merge
fetch.br-remote-explicit-merge_remote-explicit
fetch.br-remote-explicit-octopus
fetch.br-remote-explicit-octopus_remote-explicit
fetch.br-remote-explicit_remote-explicit
fetch.br-remote-glob
fetch.br-remote-glob-merge
fetch.br-remote-glob-merge_remote-glob
fetch.br-remote-glob-octopus
fetch.br-remote-glob-octopus_remote-glob
fetch.br-remote-glob_remote-glob
fetch.br-unconfig
fetch.br-unconfig_--tags_.._.git
fetch.br-unconfig_.._.git
fetch.br-unconfig_.._.git_one
fetch.br-unconfig_.._.git_one_tag_tag-one_tag_tag-three-file
fetch.br-unconfig_.._.git_one_two
fetch.br-unconfig_.._.git_tag_tag-one-tree_tag_tag-three-file
fetch.br-unconfig_.._.git_tag_tag-one_tag_tag-three
fetch.br-unconfig_branches-default
fetch.br-unconfig_branches-one
fetch.br-unconfig_config-explicit
fetch.br-unconfig_config-glob
fetch.br-unconfig_remote-explicit
fetch.br-unconfig_remote-glob
fetch.main
fetch.main_--tags_.._.git
fetch.main_.._.git
fetch.main_.._.git_one
fetch.main_.._.git_one_tag_tag-one_tag_tag-three-file
fetch.main_.._.git_one_two
fetch.main_.._.git_tag_tag-one-tree_tag_tag-three-file
fetch.main_.._.git_tag_tag-one_tag_tag-three
fetch.main_branches-default
fetch.main_branches-one
fetch.main_config-explicit
fetch.main_config-glob
fetch.main_remote-explicit
fetch.main_remote-glob
refs.br-branches-default t5515: use `main` as the name of the main branch for testing (part 3) 2020-11-02 16:40:58 -08:00
refs.br-branches-default-merge t5515: use `main` as the name of the main branch for testing (part 3) 2020-11-02 16:40:58 -08:00
refs.br-branches-default-merge_branches-default t5515: use `main` as the name of the main branch for testing (part 3) 2020-11-02 16:40:58 -08:00
refs.br-branches-default-octopus t5515: use `main` as the name of the main branch for testing (part 3) 2020-11-02 16:40:58 -08:00
refs.br-branches-default-octopus_branches-default t5515: use `main` as the name of the main branch for testing (part 3) 2020-11-02 16:40:58 -08:00
refs.br-branches-default_branches-default t5515: use `main` as the name of the main branch for testing (part 3) 2020-11-02 16:40:58 -08:00
refs.br-branches-one t5515: use `main` as the name of the main branch for testing (part 3) 2020-11-02 16:40:58 -08:00
refs.br-branches-one-merge t5515: use `main` as the name of the main branch for testing (part 3) 2020-11-02 16:40:58 -08:00
refs.br-branches-one-merge_branches-one t5515: use `main` as the name of the main branch for testing (part 3) 2020-11-02 16:40:58 -08:00
refs.br-branches-one-octopus t5515: use `main` as the name of the main branch for testing (part 3) 2020-11-02 16:40:58 -08:00
refs.br-branches-one-octopus_branches-one t5515: use `main` as the name of the main branch for testing (part 3) 2020-11-02 16:40:58 -08:00
refs.br-branches-one_branches-one t5515: use `main` as the name of the main branch for testing (part 3) 2020-11-02 16:40:58 -08:00
refs.br-config-explicit t5515: use `main` as the name of the main branch for testing (part 3) 2020-11-02 16:40:58 -08:00
refs.br-config-explicit-merge t5515: use `main` as the name of the main branch for testing (part 3) 2020-11-02 16:40:58 -08:00
refs.br-config-explicit-merge_config-explicit t5515: use `main` as the name of the main branch for testing (part 3) 2020-11-02 16:40:58 -08:00
refs.br-config-explicit-octopus t5515: use `main` as the name of the main branch for testing (part 3) 2020-11-02 16:40:58 -08:00
refs.br-config-explicit-octopus_config-explicit t5515: use `main` as the name of the main branch for testing (part 3) 2020-11-02 16:40:58 -08:00
refs.br-config-explicit_config-explicit t5515: use `main` as the name of the main branch for testing (part 3) 2020-11-02 16:40:58 -08:00
refs.br-config-glob t5515: use `main` as the name of the main branch for testing (part 3) 2020-11-02 16:40:58 -08:00
refs.br-config-glob-merge t5515: use `main` as the name of the main branch for testing (part 3) 2020-11-02 16:40:58 -08:00
refs.br-config-glob-merge_config-glob t5515: use `main` as the name of the main branch for testing (part 3) 2020-11-02 16:40:58 -08:00
refs.br-config-glob-octopus t5515: use `main` as the name of the main branch for testing (part 3) 2020-11-02 16:40:58 -08:00
refs.br-config-glob-octopus_config-glob t5515: use `main` as the name of the main branch for testing (part 3) 2020-11-02 16:40:58 -08:00
refs.br-config-glob_config-glob t5515: use `main` as the name of the main branch for testing (part 3) 2020-11-02 16:40:58 -08:00
refs.br-remote-explicit t5515: use `main` as the name of the main branch for testing (part 3) 2020-11-02 16:40:58 -08:00
refs.br-remote-explicit-merge t5515: use `main` as the name of the main branch for testing (part 3) 2020-11-02 16:40:58 -08:00
refs.br-remote-explicit-merge_remote-explicit t5515: use `main` as the name of the main branch for testing (part 3) 2020-11-02 16:40:58 -08:00
refs.br-remote-explicit-octopus t5515: use `main` as the name of the main branch for testing (part 3) 2020-11-02 16:40:58 -08:00
refs.br-remote-explicit-octopus_remote-explicit t5515: use `main` as the name of the main branch for testing (part 3) 2020-11-02 16:40:58 -08:00
refs.br-remote-explicit_remote-explicit t5515: use `main` as the name of the main branch for testing (part 3) 2020-11-02 16:40:58 -08:00
refs.br-remote-glob t5515: use `main` as the name of the main branch for testing (part 3) 2020-11-02 16:40:58 -08:00
refs.br-remote-glob-merge t5515: use `main` as the name of the main branch for testing (part 3) 2020-11-02 16:40:58 -08:00
refs.br-remote-glob-merge_remote-glob t5515: use `main` as the name of the main branch for testing (part 3) 2020-11-02 16:40:58 -08:00
refs.br-remote-glob-octopus t5515: use `main` as the name of the main branch for testing (part 3) 2020-11-02 16:40:58 -08:00
refs.br-remote-glob-octopus_remote-glob t5515: use `main` as the name of the main branch for testing (part 3) 2020-11-02 16:40:58 -08:00
refs.br-remote-glob_remote-glob t5515: use `main` as the name of the main branch for testing (part 3) 2020-11-02 16:40:58 -08:00
refs.br-unconfig t5515: use `main` as the name of the main branch for testing (part 3) 2020-11-02 16:40:58 -08:00
refs.br-unconfig_--tags_.._.git t5515: use `main` as the name of the main branch for testing (part 3) 2020-11-02 16:40:58 -08:00
refs.br-unconfig_.._.git t5515: use `main` as the name of the main branch for testing (part 3) 2020-11-02 16:40:58 -08:00
refs.br-unconfig_.._.git_one t5515: use `main` as the name of the main branch for testing (part 3) 2020-11-02 16:40:58 -08:00
refs.br-unconfig_.._.git_one_tag_tag-one_tag_tag-three-file t5515: use `main` as the name of the main branch for testing (part 3) 2020-11-02 16:40:58 -08:00
refs.br-unconfig_.._.git_one_two t5515: use `main` as the name of the main branch for testing (part 3) 2020-11-02 16:40:58 -08:00
refs.br-unconfig_.._.git_tag_tag-one-tree_tag_tag-three-file t5515: use `main` as the name of the main branch for testing (part 3) 2020-11-02 16:40:58 -08:00
refs.br-unconfig_.._.git_tag_tag-one_tag_tag-three t5515: use `main` as the name of the main branch for testing (part 3) 2020-11-02 16:40:58 -08:00
refs.br-unconfig_branches-default t5515: use `main` as the name of the main branch for testing (part 3) 2020-11-02 16:40:58 -08:00
refs.br-unconfig_branches-one t5515: use `main` as the name of the main branch for testing (part 3) 2020-11-02 16:40:58 -08:00
refs.br-unconfig_config-explicit t5515: use `main` as the name of the main branch for testing (part 3) 2020-11-02 16:40:58 -08:00
refs.br-unconfig_config-glob t5515: use `main` as the name of the main branch for testing (part 3) 2020-11-02 16:40:58 -08:00
refs.br-unconfig_remote-explicit t5515: use `main` as the name of the main branch for testing (part 3) 2020-11-02 16:40:58 -08:00
refs.br-unconfig_remote-glob t5515: use `main` as the name of the main branch for testing (part 3) 2020-11-02 16:40:58 -08:00
refs.main t5515: use `main` as the name of the main branch for testing (part 3) 2020-11-02 16:40:58 -08:00
refs.main_--tags_.._.git t5515: use `main` as the name of the main branch for testing (part 3) 2020-11-02 16:40:58 -08:00
refs.main_.._.git t5515: use `main` as the name of the main branch for testing (part 3) 2020-11-02 16:40:58 -08:00
refs.main_.._.git_one t5515: use `main` as the name of the main branch for testing (part 3) 2020-11-02 16:40:58 -08:00
refs.main_.._.git_one_tag_tag-one_tag_tag-three-file t5515: use `main` as the name of the main branch for testing (part 3) 2020-11-02 16:40:58 -08:00
refs.main_.._.git_one_two t5515: use `main` as the name of the main branch for testing (part 3) 2020-11-02 16:40:58 -08:00
refs.main_.._.git_tag_tag-one-tree_tag_tag-three-file t5515: use `main` as the name of the main branch for testing (part 3) 2020-11-02 16:40:58 -08:00
refs.main_.._.git_tag_tag-one_tag_tag-three t5515: use `main` as the name of the main branch for testing (part 3) 2020-11-02 16:40:58 -08:00
refs.main_branches-default t5515: use `main` as the name of the main branch for testing (part 3) 2020-11-02 16:40:58 -08:00
refs.main_branches-one t5515: use `main` as the name of the main branch for testing (part 3) 2020-11-02 16:40:58 -08:00
refs.main_config-explicit t5515: use `main` as the name of the main branch for testing (part 3) 2020-11-02 16:40:58 -08:00
refs.main_config-glob t5515: use `main` as the name of the main branch for testing (part 3) 2020-11-02 16:40:58 -08:00
refs.main_remote-explicit t5515: use `main` as the name of the main branch for testing (part 3) 2020-11-02 16:40:58 -08:00
refs.main_remote-glob t5515: use `main` as the name of the main branch for testing (part 3) 2020-11-02 16:40:58 -08:00