aboutsummaryrefslogtreecommitdiff
// Package common encapsulates various helper packages
// not directly related to Git.
//
// Only those with APIs intended to be used
// by external modules and consumers,
// such as those providing IO-related interfaces,
// belong here.
// Internal-only helper packages
// belong in [codeberg.org/lindenii/furgit/internal]
// or other internal packages.
package common