Merge branch 'js/mingw-unc-path-w-backslashes'
commitf5dd919064c30fb8f22f022455eeaf975eff57c6
authorJunio C Hamano <gitster@pobox.com>
Tue, 5 Feb 2019 22:26:13 +0000 (5 14:26 -0800)
committerJunio C Hamano <gitster@pobox.com>
Tue, 5 Feb 2019 22:26:13 +0000 (5 14:26 -0800)
treead52ea8c0ab7f1d17c8b6b17e1e10035c35fcd1a
parente91a1b1ade3ea07bdf8cdd8cd4fa126caac12a36
parent9e9da23c2765050ff30d34540fbab62a1b4e5d01
Merge branch 'js/mingw-unc-path-w-backslashes'

In Git for Windows, "git clone \\server\share\path" etc. that uses
UNC paths from command line had bad interaction with its shell
emulation.

* js/mingw-unc-path-w-backslashes:
  mingw: special-case arguments to `sh`
  mingw (t5580): document bug when cloning from backslashed UNC paths