From 1e8951d8cc1da1420c73dda2a3e913b13838de58 Mon Sep 17 00:00:00 2001 From: Paul Cristian Sarbu Date: Thu, 15 Jun 2023 13:56:40 +0200 Subject: Allow non-upwards symlinks with Git API --- src/buildtool/file_system/file_system_manager.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/buildtool/file_system/file_system_manager.hpp') diff --git a/src/buildtool/file_system/file_system_manager.hpp b/src/buildtool/file_system/file_system_manager.hpp index d5b4bf41..5d86a4ff 100644 --- a/src/buildtool/file_system/file_system_manager.hpp +++ b/src/buildtool/file_system/file_system_manager.hpp @@ -852,6 +852,7 @@ class FileSystemManager { kSetEpochTime, kSetWritable>(content, file, fd_less); case ObjectType::Symlink: + return CreateSymlinkAs(content, file); case ObjectType::Tree: return false; } -- cgit v1.2.3