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