[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 U

Re: [PATCH 1/1] Use correct /dev/null for UNIX and Windows

2018-10-30 Thread Chris Webster
Resending in text mode. On Tue, Oct 30, 2018 at 10:20 PM Chris Webster wrote: > > On Tue, Oct 30, 2018 at 9:54 PM Junio C Hamano wrote: >> >> "chris via GitGitGadget" writes: >> >> > From: chris >> > >> > Use File::Spec->devn

[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