Windows users might think that the common file:/// protocol also works for network shares. This patch makes it so. Torsten Bögershausen (1): mingw: support UNC in git clone file://server/share/repo connect.c | 4 ++++ t/t5500-fetch-pack.sh | 13 +++++++++++-- 2 files changed, 15 insertions(+), 2 deletions(-) base-commit: 5d826e972970a784bd7a7bdf587512510097b8c7 Published-As: https://github.com/gitgitgadget/git/releases/tag/pr-93%2Fdscho%2Ffile-url-to-unc-path-v1 Fetch-It-Via: git fetch https://github.com/gitgitgadget/git pr-93/dscho/file-url-to-unc-path-v1 Pull-Request: https://github.com/gitgitgadget/git/pull/93 -- gitgitgadget