Use File::Spec->devnull() for output redirection to avoid messages when Windows version of Perl is first in path. The message 'The system cannot find the path specified.' is displayed each time git is run to get colors. Chris. Webster (1): diff-highlight: Use correct /dev/null for UNIX and Windows contrib/diff-highlight/DiffHighlight.pm | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) base-commit: c670b1f876521c9f7cd40184bf7ed05aad843433 Published-As: https://github.com/gitgitgadget/git/releases/tags/pr-59%2Fwebstech%2Fmaster-v2 Fetch-It-Via: git fetch https://github.com/gitgitgadget/git pr-59/webstech/master-v2 Pull-Request: https://github.com/gitgitgadget/git/pull/59 Range-diff vs v1: 1: 8159cbd1b8 ! 1: bcbffa1411 Use correct /dev/null for UNIX and Windows @@ -1,6 +1,6 @@ -Author: chris <chris@xxxxxxxxxxxx> +Author: Chris. Webster <chris@xxxxxxxxxxxx> - Use correct /dev/null for UNIX and Windows + diff-highlight: Use correct /dev/null for UNIX and Windows Use File::Spec->devnull() for output redirection to avoid messages when Windows version of Perl is first in path. The message 'The -- gitgitgadget