aboutsummaryrefslogtreecommitdiff
path: root/ref/doc.go
blob: 610c3013e3c0b809eb25bd99912fc8ec02b55d3d (about) (plain) (blame)
1
2
3
4
5
// Package ref provides Git reference values.
//
// A reference is either [Detached], which points directly to an object ID, or
// [Symbolic], which points to another reference name.
package ref