]> git.proxmox.com Git - libgit2.git/commit - src/libgit2/remote.c
Remote paths: canonicalize UNC paths on Win32
authorEdward Thomson <ethomson@microsoft.com>
Tue, 14 Oct 2014 20:31:55 +0000 (16:31 -0400)
committerEdward Thomson <ethomson@microsoft.com>
Wed, 22 Oct 2014 21:49:53 +0000 (17:49 -0400)
commit12f32d919390f47124bed41d6c54d75b666e1e5e
tree117f850eca530b39e8eecd3171a9ea4e0f827679
parent89244e7ff9755657b96d733b6936cecbd4e2ef0c
Remote paths: canonicalize UNC paths on Win32

Git for Windows will handle UNC paths only when in forward-slash
format, eg "//server/path".  When given a UNC path as a remote,
rewrite standard format ("\\server\path") into this ridiculous
format.
src/remote.c
tests/clone/local.c