]> git.ipfire.org Git - thirdparty/git.git/blobdiff - t/t7800-difftool.sh
difftool: add a skeleton for the upcoming builtin
[thirdparty/git.git] / t / t7800-difftool.sh
index 70a2de461af58119f507a915104ba139dd0245df..b6a6c30f24313bd829c3c534e581ddac4a155ff0 100755 (executable)
@@ -23,6 +23,8 @@ prompt_given ()
        test "$prompt" = "Launch 'test-tool' [Y/n]? branch"
 }
 
+# NEEDSWORK: lose all the PERL prereqs once legacy-difftool is retired.
+
 # Create a file on master and change it on branch
 test_expect_success PERL 'setup' '
        echo master >file &&