]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'js/mingw-reserved-filenames'
authorJunio C Hamano <gitster@pobox.com>
Thu, 2 Jan 2020 20:38:30 +0000 (12:38 -0800)
committerJunio C Hamano <gitster@pobox.com>
Thu, 2 Jan 2020 20:38:30 +0000 (12:38 -0800)
commit13432fc6dd4f9f78d0015611621991693f8fb218
tree221e5140bf01713bf9c2f4fd05c0501ccee3ae40
parente0e1ac5db0235abba4038cf571a949c3f8c1b65c
parent4dc42c6c1867a52e22f1f04a1a247b5a7538b8af
Merge branch 'js/mingw-reserved-filenames'

Forbid pathnames that the platform's filesystem cannot represent on
MinGW.

* js/mingw-reserved-filenames:
  mingw: refuse paths containing reserved names
  mingw: short-circuit the conversion of `/dev/null` to UTF-16
compat/mingw.c
compat/mingw.h
t/t0060-path-utils.sh