diff options
Diffstat (limited to 'object/commit/commit.go')
| -rw-r--r-- | object/commit/commit.go | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/object/commit/commit.go b/object/commit/commit.go index e2e087f5..df0e0aca 100644 --- a/object/commit/commit.go +++ b/object/commit/commit.go @@ -6,7 +6,9 @@ import ( objectsignature "codeberg.org/lindenii/furgit/object/signature" ) -// Commit represents a Git commit object. +// Commit represents a fully materialized Git commit object. +// +// Labels: MT-Unsafe. type Commit struct { Tree objectid.ObjectID Parents []objectid.ObjectID |
