diff options
| author | 2026-03-29 10:06:49 +0000 | |
|---|---|---|
| committer | 2026-03-29 10:08:57 +0000 | |
| commit | e4afe122f6e0c3159969402e7a3ec47f56d36abd (patch) | |
| tree | b1881f28ba037a3cf8d4038c4f58fc1ad0eb84a8 /object/signature | |
| parent | reachability: Update docs (diff) | |
| signature | No signature | |
object/{id,header,signature,type}: Update docs
Diffstat (limited to 'object/signature')
| -rw-r--r-- | object/signature/signature.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/object/signature/signature.go b/object/signature/signature.go index 22e516f9..bd8b8d87 100644 --- a/object/signature/signature.go +++ b/object/signature/signature.go @@ -1,4 +1,4 @@ -// Package signature provides routines and representations that implement author/committer/tagger signatures. +// Package signature provides Git author, committer, and tagger signatures. package signature // Signature represents a Git signature (author/committer/tagger). |
