shithub: furgit

ref: df1f2fb3daa1acd25c88510f259d5535fb482126
dir: /object/signed/commit/doc.go/

View raw version
// Package signedcommit extracts commit signing payloads and signatures from raw
// commit object bodies.
package signedcommit

// TODO: Consider whether we want to fully copy the bytes into here.
// The Append functions are a bit weird ergonomically.