Re: [PATCH v2 1/1] diff-highlight: Use correct /dev/null for UNIX and Windows

2019-05-06 Thread Chris Webster
Johannes Schindelin wrote: > > List, > > I have no idea why this mail made it to GitGitGadget's email account but > not to the Git mailing list... Sorry about that. > > Ciao, > Johannes > > On Wed, 31 Oct 2018, Chris. Webster via GitGitGadget wrote: > > > Fr

[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

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 contrib/diff-highlig