Update rebase.go

Co-authored-by: lhchavez <lhchavez@lhchavez.com>
This commit is contained in:
michael boulton 2020-08-14 16:15:45 +01:00 committed by GitHub
parent 87253ae40d
commit 8f8ca35359
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -178,7 +178,7 @@ func (ro *RebaseOptions) toC() *C.git_rebase_options {
if ro.SigningCallback != nil {
C._go_git_populate_commit_sign_cb(opts)
opts.payload = pointerHandles.Track(*ro)
opts.payload = pointerHandles.Track(ro)
}
return opts