Merge branch 'js/bs-is-a-dir-sep-on-windows' into maint
commite6f80aee299f530c9565b520aa76e6ff2e5649bc
authorJunio C Hamano <gitster@pobox.com>
Mon, 5 Jun 2017 00:03:15 +0000 (5 09:03 +0900)
committerJunio C Hamano <gitster@pobox.com>
Mon, 5 Jun 2017 00:03:15 +0000 (5 09:03 +0900)
treec66968077cfc4333c2fe703cdc090383d7a3711e
parenta07148db319e8d0080ba2b7fc85501cd7bbba6b5
parentd9244ecf4f109030e61b8fd52a799789133e2199
Merge branch 'js/bs-is-a-dir-sep-on-windows' into maint

"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
compat/mingw.h
remote.c