sapling/eden/fs/store/git
Caren Thomas adc13d4ed6 make put and get for trees/blobs symmetric
Summary: This change updates LocalStore to perform serialization of trees and blobs internally so that its users don't need to be aware of the internal serialization format. Previously, the get and put APIs were asymmetric such that the get APIs returned deserialized Tree and Blob objects, while put required raw serialized bytes. After this change, put will also use deserialized Tree and Blob objects.

Reviewed By: simpkins

Differential Revision: D3589899

fbshipit-source-id: 2e572e6ec5af44d66206b178a03f7a9d619b2290
2016-07-25 12:34:25 -07:00
..
GitBackingStore.cpp make put and get for trees/blobs symmetric 2016-07-25 12:34:25 -07:00
GitBackingStore.h import git objects on demand 2016-06-20 11:45:09 -07:00
TARGETS import git objects on demand 2016-06-20 11:45:09 -07:00