commit | 9615674405d24ddf198471f1dd2d30fc558642b9 | [log] [tgz] |
---|---|---|
author | Yasuhiro Matsumoto <mattn.jp@gmail.com> | Thu Mar 24 03:21:01 2016 +0900 |
committer | Russ Cox <rsc@golang.org> | Thu Oct 06 01:28:55 2016 +0000 |
tree | 5a7c0e50b6b1efb61b74ab1b7f51d38fb6198f24 | |
parent | 50528ca764718386baa44c0daec70913cf14addc [diff] |
review: Fix error of git change on windows git change doesn't pass @{u} correctly on windows. The runtime of msys2/cygwin runtime treat @{u] as @u on cmd.exe. This is a workaround for avoiding mis-converting. Fixes golang/go#15036 Change-Id: Ia0389108af69a8b8987ccba1ed933d0767f8efa7 Reviewed-on: https://go-review.googlesource.com/21018 Reviewed-by: Russ Cox <rsc@golang.org>