blob: 1d61cb062cd684fe9c911d09f376c6e04d492944 (
about) (
plain) (
blame)
1
2
3
4
5
6
7
8
|
// Package name provides Git reference-name
// validation, normalization, and classification helpers.
//
// It includes branch and tag abbreviation expansion,
// worktree-qualified refs, update validation,
// and the distinction between ordinary refs, root refs,
// pseudo-refs, and filesystem-safe names.
package name
|