blob: 51075f9bfec79285fb57763c397c9e3321552fd9 (
about) (
plain) (
blame)
1
2
3
4
5
6
7
8
|
// Package commit provides parsed commit objects and commit serialization.
//
// It parses commits into ordinary Go values for reading and construction.
// It does not preserve the exact original byte layout
// needed for signature verification;
// callers that need signature-verification payload fidelity
// should use [codeberg.org/lindenii/furgit/object/signed/commit].
package commit
|