sapling/eden/fs/model/git
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
..
test model: report symlink/executable as regular files on Windows 2020-05-12 08:46:35 -07:00
CMakeLists.txt model: add git tests to CMake 2020-05-07 10:07:32 -07:00
GitBlob.cpp Tidy up license headers 2019-10-11 05:28:23 -07:00
GitBlob.h Tidy up license headers 2019-10-11 05:28:23 -07:00
GitIgnore.cpp Remove dead includes in eden 2019-10-11 16:45:01 -07:00
GitIgnore.h Tidy up license headers 2019-10-11 05:28:23 -07:00
GitIgnoreFileParser.cpp Tidy up license headers 2019-10-11 05:28:23 -07:00
GitIgnoreFileParser.h Tidy up license headers 2019-10-11 05:28:23 -07:00
GitIgnorePattern.cpp Remove dead includes in eden 2019-10-11 16:45:01 -07:00
GitIgnorePattern.h Tidy up license headers 2019-10-11 05:28:23 -07:00
GitIgnoreStack.cpp make PathComponentPiece and RelativePathPiece constexpr 2019-12-04 13:30:18 -08:00
GitIgnoreStack.h Tidy up license headers 2019-10-11 05:28:23 -07:00
GitTree.cpp use enumValue instead of static_cast<int> 2020-04-28 18:59:34 -07:00
GitTree.h Tidy up license headers 2019-10-11 05:28:23 -07:00
GlobMatcher.cpp Tidy up license headers 2019-10-11 05:28:23 -07:00
GlobMatcher.h Tidy up license headers 2019-10-11 05:28:23 -07:00
TopLevelIgnores.h pass DiffContext through TreeDiffer code path 2019-10-11 10:46:20 -07:00