Documentation
¶
Overview ¶
Package ref provides general, detached, and symbolic references.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Detached ¶
type Detached struct {
RefName string
ID objectid.ObjectID
// Peeled is the peeled target when available (for annotated tags).
//
// This field is optional backend-provided metadata. Backends that do not
// have peel metadata available may leave it nil.
Peeled *objectid.ObjectID
}
Detached points directly to an object ID.
Click to show internal directories.
Click to hide internal directories.