Properly forward commit hash for go-git impl
Signed-off-by: Hidde Beydals <hello@hidde.co>
This commit is contained in:
parent
c602c5d850
commit
8f2a920765
|
@ -28,7 +28,7 @@ type Commit struct {
|
||||||
}
|
}
|
||||||
|
|
||||||
func (c *Commit) Hash() string {
|
func (c *Commit) Hash() string {
|
||||||
return ""
|
return c.commit.Hash.String()
|
||||||
}
|
}
|
||||||
|
|
||||||
// Verify returns an error if the PGP signature can't be verified
|
// Verify returns an error if the PGP signature can't be verified
|
||||||
|
|
Loading…
Reference in New Issue