summaryrefslogtreecommitdiff
path: root/indexer.go
diff options
context:
space:
mode:
Diffstat (limited to 'indexer.go')
-rw-r--r--indexer.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/indexer.go b/indexer.go
index 601ac9c..53ac420 100644
--- a/indexer.go
+++ b/indexer.go
@@ -19,6 +19,7 @@ import (
// Indexer can post-process packfiles and create an .idx file for efficient
// lookup.
type Indexer struct {
+ doNotCompare
ptr *C.git_indexer
stats C.git_transfer_progress
ccallbacks C.git_remote_callbacks