]> Kevux Git Server - rit/commit
scalar: make enlistment delete to work on all POSIX platforms
authorMarcel Telka <marcel@telka.sk>
Fri, 17 May 2024 14:42:59 +0000 (16:42 +0200)
committerJunio C Hamano <gitster@pobox.com>
Fri, 17 May 2024 19:16:25 +0000 (12:16 -0700)
commit72b8c934f236711921014c26c9dc64c1611cff82
tree1d4464b641e872bdca7faf6ced6d1b1ba7d74039
parentd8ab1d464d07baa30e5a180eb33b3f9aa5c93adf
scalar: make enlistment delete to work on all POSIX platforms

The ability to remove the current working directory is not guaranteed by
POSIX so it is better to go out of the directory we want to delete on
all platforms unconditionally.

Signed-off-by: Marcel Telka <marcel@telka.sk>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
scalar.c