sapling/eden/fs/model
Chad Austin ad1036bbc2 require explicit ObjectId when constructing Tree
Summary:
While we'd like to change this, Trees require an ObjectId today. Don't
provide a default, and make every ObjectId explicit.

Reviewed By: genevievehelsel

Differential Revision: D32895654

fbshipit-source-id: b45f348101269d80ac7e0dfd6f651be2a49ecc63
2021-12-08 18:54:06 -08:00
..
git Remove ObjectId(hex) constructor [proxy hash removal 6/n] 2021-10-25 20:06:30 -07:00
test require explicit ObjectId when constructing Tree 2021-12-08 18:54:06 -08:00
Blob.h separate out ObjectId [proxy hash removal 1/n] 2021-10-01 10:25:46 -07:00
BlobMetadata.h Move BlobMetadata.h from fs/store to fs/model 2021-11-17 11:31:26 -08:00
CMakeLists.txt model: add tests to CMake 2020-05-07 10:07:32 -07:00
Hash.cpp explicit Hash20 instead of Hash [proxy hash removal 2/n] 2021-10-01 12:43:26 -07:00
Hash.h explicit Hash20 instead of Hash [proxy hash removal 2/n] 2021-10-01 12:43:26 -07:00
ObjectId.cpp Make ObjectId a variable length hash [proxy hash removal 4/n] 2021-10-22 17:52:01 -07:00
ObjectId.h embed proxy hashes into object id [proxy hash removal 7/n] 2021-11-05 17:05:43 -07:00
RootId.cpp add missing headers 2021-09-27 17:01:18 -07:00
RootId.h introduce a variable-width RootId type that identifies the root of an EdenFS checkout's contents 2021-06-07 17:25:31 -07:00
Tree.cpp introduce new format for tree serialization [proxy hash removal 8/n] 2021-11-10 09:40:45 -08:00
Tree.h require explicit ObjectId when constructing Tree 2021-12-08 18:54:06 -08:00
TreeEntry.cpp introduce new format for tree serialization [proxy hash removal 8/n] 2021-11-10 09:40:45 -08:00
TreeEntry.h introduce new format for tree serialization [proxy hash removal 8/n] 2021-11-10 09:40:45 -08:00