| #!/bin/sh | |
| # | |
| # Copyright (c) 2005 Amos Waterland | |
| # Copyright (c) 2006 Christian Couder | |
| # | |
| test_description='git pack-refs should not change the branch semantic | |
| This test runs git pack-refs and git show-ref and checks that the branch | |
| semantic is still the same. | |
| ' | |
| GIT_TEST_DEFAULT_INITIAL_BRANCH_NAME=main | |
| export GIT_TEST_DEFAULT_INITIAL_BRANCH_NAME | |
| GIT_TEST_DEFAULT_REF_FORMAT=files | |
| export GIT_TEST_DEFAULT_REF_FORMAT | |
| . ./test-lib.sh | |
| . "$TEST_DIRECTORY"/pack-refs-tests.sh |