Merge branch 'js/normalize-path-copy-ceil'
commit4833b7ec2597e65285b4d35337db48f441e9b9d7
authorJunio C Hamano <gitster@pobox.com>
Mon, 19 Dec 2016 22:45:37 +0000 (19 14:45 -0800)
committerJunio C Hamano <gitster@pobox.com>
Mon, 19 Dec 2016 22:45:37 +0000 (19 14:45 -0800)
treeaa8dad8ed52942077e1357da8cbbe2643ac34bf0
parent0cfdda3479443c2c9282547796b59c4e727b5343
parent7814fbe3f1e7cea1a675408df7b5dd1f5be731cc
Merge branch 'js/normalize-path-copy-ceil'

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