sapling/eden/fs/model
Xavier Deguillard ea98578570 model: report symlink/executable as regular files on Windows
Summary:
While this isn't the right fix, this is what shipped in our packages, for the
sake of being able to reproduce the package, let's land this as it is. A
future change will remove this ifdef.

Below is pkaush original description:
In Eden Windows we treat all the files as regular files and don't have a
concept of symlinks and executable files. Fixing the TreeEntryType::getType()
to return REGULAR_FILE for executable file and symlink.

Reviewed By: wez

Differential Revision: D20481051

fbshipit-source-id: 0b0c4d7aea28134383ef45aeafc02930b420286b
2020-05-12 08:46:35 -07:00
..
git model: report symlink/executable as regular files on Windows 2020-05-12 08:46:35 -07:00
test model: add tests to CMake 2020-05-07 10:07:32 -07:00
Blob.h Tidy up license headers 2019-10-11 05:28:23 -07:00
CMakeLists.txt model: add tests to CMake 2020-05-07 10:07:32 -07:00
Hash.cpp improve error message when invalid hashes are given 2019-11-07 17:26:09 -08:00
Hash.h improve error message when invalid hashes are given 2019-11-07 17:26:09 -08:00
ParentCommits.cpp Tidy up license headers 2019-10-11 05:28:23 -07:00
ParentCommits.h Tidy up license headers 2019-10-11 05:28:23 -07:00
Tree.cpp Tidy up license headers 2019-10-11 05:28:23 -07:00
Tree.h Tidy up license headers 2019-10-11 05:28:23 -07:00
TreeEntry.cpp use enumValue instead of static_cast<int> 2020-04-28 18:59:34 -07:00
TreeEntry.h model: report symlink/executable as regular files on Windows 2020-05-12 08:46:35 -07:00