GitBundle
API reference
A Git bundle: a self-describing container of refs and the objects needed to reconstruct them, optionally rooted at prerequisite commits.
Implements Node
id: ID!
A unique identifier for this GitBundle.
objectFormat: String!
Object format capability: sha1 or sha256.
prerequisiteSHAs: [String!]!
Commits that must already exist wherever this bundle is applied.
version: Int!
Bundle format version (2 or 3).
refs: [GitBundleRef!]!
Refs advertised by the bundle and the object IDs they resolve to.