/// optional: this branch is the result of a pull request coming from another repo.
/// contains a serialization of a ReadBranchLink of a transactional branch from another repo
#[serde(with = "serde_bytes")]
pubpulled_from: Vec<u8>,
/// App-specific metadata
#[serde(with = "serde_bytes")]
pubmetadata: Vec<u8>,
@ -1859,6 +1869,10 @@ pub struct CompactV0 {
// Branch heads the snapshot was made from, can be useful when shared outside and the commit_header_key is set to None. otherwise it is redundant to ACKS
pubheads: Vec<ObjectId>,
// optional serialization of a ReadBranchLink, if the snapshot is made from another repo.