]> git.ipfire.org Git - thirdparty/git.git/commitdiff
diff-highlight: allow testing with Git 3.0 breaking changes
authorJunio C Hamano <gitster@pobox.com>
Tue, 3 Feb 2026 21:26:00 +0000 (13:26 -0800)
committerJunio C Hamano <gitster@pobox.com>
Tue, 3 Feb 2026 21:27:35 +0000 (13:27 -0800)
The diff-highlight (in contrib/) comes with its own test script,
which relies on the initial branch name being 'master'.  This is not
just encoded in the test logic, but in the illustration in the file
that shows the topology of the history.

Force the initial branch name to 'master' to allow it pass.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
contrib/diff-highlight/t/t9400-diff-highlight.sh

index f6f5195d00f6ca01b0751fc1c1b58055f0ef25ee..dee296739cd383c2a36819748c82620a6850b1f8 100755 (executable)
@@ -10,6 +10,8 @@ DIFF_HIGHLIGHT="$CURR_DIR"/../diff-highlight
 CW="$(printf "\033[7m")"       # white
 CR="$(printf "\033[27m")"      # reset
 
+GIT_TEST_DEFAULT_INITIAL_BRANCH_NAME=master
+export GIT_TEST_DEFAULT_INITIAL_BRANCH_NAME
 . "$TEST_DIRECTORY"/test-lib.sh
 
 if ! test_have_prereq PERL