]> Cypherpunks repositories - gostls13.git/commit
cmd/internal/diff: skip over Cygwin warning in diff output
authorRuss Cox <rsc@golang.org>
Thu, 18 Feb 2021 18:01:10 +0000 (13:01 -0500)
committerRuss Cox <rsc@golang.org>
Fri, 19 Feb 2021 00:41:47 +0000 (00:41 +0000)
commit5f2e24efb3c7e021308d15a26d93e5a7aa3c05f0
tree192acc10067190eaedf233851c44dd600bfad173
parentee7038f6a5f12d68a49b8b8193702341e5b8b151
cmd/internal/diff: skip over Cygwin warning in diff output

This happens on Windows. Don't let it stop us.

Change-Id: Ie2115d5825e1c2217f237ed373adb35594a5aaff
Reviewed-on: https://go-review.googlesource.com/c/go/+/293850
Trust: Russ Cox <rsc@golang.org>
Reviewed-by: Cherry Zhang <cherryyz@google.com>
src/cmd/internal/diff/diff.go