]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'tb/mingw-rmdir-symlink-to-directory'
authorJunio C Hamano <gitster@pobox.com>
Wed, 4 Aug 2021 20:28:56 +0000 (13:28 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 4 Aug 2021 20:28:56 +0000 (13:28 -0700)
commit099a64aa3943ba1eb9e0bd5ea20923820c29c95a
tree4ca5ad8fc1b53f38f7ff6f06c195d2128965d60d
parentdfbbe8bd498d055b6371d45e7f376b5038d81403
parent3e7d4888e5b83f1ed75667ff557b8996f427adf0
Merge branch 'tb/mingw-rmdir-symlink-to-directory'

Windows rmdir() equivalent behaves differently from POSIX ones in
that when used on a symbolic link that points at a directory, the
target directory gets removed, which has been corrected.

* tb/mingw-rmdir-symlink-to-directory:
  mingw: align symlinks-related rmdir() behavior with Linux
t/test-lib.sh