We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c602c5d + 8f2a920 commit 2a10773Copy full SHA for 2a10773
pkg/git/v1/commit.go
@@ -28,7 +28,7 @@ type Commit struct {
28
}
29
30
func (c *Commit) Hash() string {
31
- return ""
+ return c.commit.Hash.String()
32
33
34
// Verify returns an error if the PGP signature can't be verified
0 commit comments