···11-// Package objectid provides utilities around object IDs and hash algorithms.
21package objectid
3243import (
+1-1
object/signature/signature.go
···11-// Package signature provides routines and representations that implement author/committer/tagger signatures.
11+// Package signature provides Git author, committer, and tagger signatures.
22package signature
3344// Signature represents a Git signature (author/committer/tagger).
+1-1
object/type/objecttype.go
···11-// Package objecttype provides object type constants and names.
11+// Package objecttype provides Git object type tags and names.
22package objecttype
3344// Type mirrors Git object type tags in packfiles.