summaryrefslogtreecommitdiff
path: root/rebase.go
diff options
context:
space:
mode:
Diffstat (limited to 'rebase.go')
-rw-r--r--rebase.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/rebase.go b/rebase.go
index 119d4f5..98c3e90 100644
--- a/rebase.go
+++ b/rebase.go
@@ -214,6 +214,7 @@ func mapEmptyStringToNull(ref string) *C.char {
// Rebase is the struct representing a Rebase object.
type Rebase struct {
+ doNotCompare
ptr *C.git_rebase
r *Repository
options *C.git_rebase_options