summaryrefslogtreecommitdiff
path: root/mempack.go
diff options
context:
space:
mode:
Diffstat (limited to 'mempack.go')
-rw-r--r--mempack.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/mempack.go b/mempack.go
index bdea224..14898f9 100644
--- a/mempack.go
+++ b/mempack.go
@@ -18,6 +18,7 @@ import (
// Mempack is a custom ODB backend that permits packing object in-memory.
type Mempack struct {
+ doNotCompare
ptr *C.git_odb_backend
}