ApplyBfgObjectMapStream
Applies a BFG object map to update references after repository rewriting.Request (Stream)
The repository to apply the object map to. Only available in the first message.
Raw object-map file data as generated by BFG Repo-Cleaner. Each line contains two space-separated object SHAs: the original SHA and the SHA after BFG rewrote the object.
Response (Stream)
Array of parsed entries from the object map
Entry
The type of Git object (commit, tree, blob, tag)
The original object ID before rewriting
The new object ID after rewriting