blob: 93a6021b49174cd273ad3ae15b9759d1bb99baf5 (
about) (
plain) (
blame)
1
2
3
4
5
6
7
8
|
// Package stored wraps parsed objects
// with the object IDs they were loaded under.
//
// Parsed git object values do not carry storage identity on their own.
// This package provides a small generic wrapper
// for the common case where callers need
// both the parsed object value and the object ID it was read from.
package stored
|