Merge branch 'js/normalize-path-copy-ceil' into next
authorJunio C Hamano <gitster@pobox.com>
Fri, 16 Dec 2016 23:33:05 +0000 (15:33 -0800)
committerJunio C Hamano <gitster@pobox.com>
Fri, 16 Dec 2016 23:33:05 +0000 (15:33 -0800)
commit634ba4debc28fec73041efcc49c8ccdc5078dc31
treedbabf17050550ac6bc29b1173ec828a191c443d1
parentec71fb1217fe1cf4503d38edf67118ff708ab99c
parent7814fbe3f1e7cea1a675408df7b5dd1f5be731cc
Merge branch 'js/normalize-path-copy-ceil' into next

A pathname that begins with "//" or "\\" on Windows is special but
path normalization logic was unaware of it.

* js/normalize-path-copy-ceil:
  normalize_path_copy(): fix pushing to //server/share/dir on Windows
path.c