]> git.neil.brown.name Git - git.git/commitdiff
Merge branch 'js/bs-is-a-dir-sep-on-windows'
authorJunio C Hamano <gitster@pobox.com>
Fri, 2 Jun 2017 06:05:58 +0000 (15:05 +0900)
committerJunio C Hamano <gitster@pobox.com>
Fri, 2 Jun 2017 06:05:58 +0000 (15:05 +0900)
"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

1  2 
compat/mingw.h
remote.c

diff --cc compat/mingw.h
Simple merge
diff --cc remote.c
Simple merge