From 3d5b6852a06e4aaf2ae8e3b02a3b2e4e59429f22 Mon Sep 17 00:00:00 2001 From: Dan Davison Date: Mon, 14 Feb 2022 12:30:30 -0500 Subject: Fix hyperlink absolute paths (#939) Fix file paths and hyperlinks With this commit the target of a hyperlink should always be an absolute path. This should be true for all file hyperlinks, e.g. - File hyperlink - Hunk header hyperlink - Line number hyperlink Fixes #890 --- tests/test_raw_output_matches_git_on_full_repo_history | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/test_raw_output_matches_git_on_full_repo_history b/tests/test_raw_output_matches_git_on_full_repo_history index c71631f..ec34cbd 100755 --- a/tests/test_raw_output_matches_git_on_full_repo_history +++ b/tests/test_raw_output_matches_git_on_full_repo_history @@ -6,4 +6,4 @@ DELTA="$DELTA_BIN --no-gitconfig --raw --max-line-length 0" ANSIFILTER="./etc/bin/ansifilter" GIT_ARGS="log --patch --stat --numstat" -diff -u <(git $GIT_ARGS | $ANSIFILTER) <(git $GIT_ARGS | $DELTA | $ANSIFILTER) +diff -u <(git $GIT_ARGS | $ANSIFILTER) <(git $GIT_ARGS | DELTA_FEATURES= $DELTA | $ANSIFILTER) -- cgit v1.2.3