diff --git a/pkg/git/v1/commit.go b/pkg/git/v1/commit.go index 7ff24baa..ac1c2b78 100644 --- a/pkg/git/v1/commit.go +++ b/pkg/git/v1/commit.go @@ -28,7 +28,7 @@ type Commit struct { } func (c *Commit) Hash() string { - return "" + return c.commit.Hash.String() } // Verify returns an error if the PGP signature can't be verified