mbox series

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

Message ID pull.59.git.gitgitgadget@gmail.com (mailing list archive)
Headers show
Series DiffHighlight.pm: Use correct /dev/null for UNIX and Windows | expand

Message

Linus Arver via GitGitGadget Oct. 30, 2018, 6:26 p.m. UTC
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-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-v1
Fetch-It-Via: git fetch https://github.com/gitgitgadget/git pr-59/webstech/master-v1
Pull-Request: https://github.com/gitgitgadget/git/pull/59