[PATCH 0/1] DiffHighlight.pm: Use correct /dev/null for UNIX and Windows

2018-10-30 Thread Chris. Webster via GitGitGadget
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 (1): Use correct /dev/null for UNIX and Windows contrib/diff-highlig

[PATCH v2 0/1] DiffHighlight.pm: Use correct /dev/null for UNIX and Windows

2018-10-31 Thread Chris. Webster via GitGitGadget
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 Windo