summaryrefslogtreecommitdiff
path: root/object.go
diff options
context:
space:
mode:
Diffstat (limited to 'object.go')
-rw-r--r--object.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/object.go b/object.go
index bf0ca0e..4ea290c 100644
--- a/object.go
+++ b/object.go
@@ -22,6 +22,7 @@ const (
)
type Object struct {
+ doNotCompare
ptr *C.git_object
repo *Repository
}