From: Junio C Hamano Date: Fri, 2 Jun 2017 06:05:58 +0000 (+0900) Subject: Merge branch 'js/bs-is-a-dir-sep-on-windows' X-Git-Tag: v2.14.0-rc0~134 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7d26aa32309a2a5979c4ae4b85b25b20e8aae0d4;p=thirdparty%2Fgit.git Merge branch 'js/bs-is-a-dir-sep-on-windows' "foo\bar\baz" in "git fetch foo\bar\baz", even though there is no slashes in it, cannot be a nickname for a remote on Windows, as that is likely to be a pathname on a local filesystem. * js/bs-is-a-dir-sep-on-windows: Windows: do not treat a path with backslashes as a remote's nick name mingw.h: permit arguments with side effects for is_dir_sep --- 7d26aa32309a2a5979c4ae4b85b25b20e8aae0d4