]> git.ipfire.org Git - thirdparty/git.git/commitdiff
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)
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

1  2 
t/test-lib.sh

diff --cc t/test-lib.sh
Simple merge