summaryrefslogtreecommitdiff
path: root/commit.go
diff options
context:
space:
mode:
Diffstat (limited to 'commit.go')
-rw-r--r--commit.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/commit.go b/commit.go
index cfc6a63..0869ef2 100644
--- a/commit.go
+++ b/commit.go
@@ -22,6 +22,7 @@ const (
// Commit
type Commit struct {
+ doNotCompare
Object
cast_ptr *C.git_commit
}