Update rebase.go
Co-authored-by: lhchavez <lhchavez@lhchavez.com>
This commit is contained in:
parent
87253ae40d
commit
8f8ca35359
|
@ -178,7 +178,7 @@ func (ro *RebaseOptions) toC() *C.git_rebase_options {
|
||||||
|
|
||||||
if ro.SigningCallback != nil {
|
if ro.SigningCallback != nil {
|
||||||
C._go_git_populate_commit_sign_cb(opts)
|
C._go_git_populate_commit_sign_cb(opts)
|
||||||
opts.payload = pointerHandles.Track(*ro)
|
opts.payload = pointerHandles.Track(ro)
|
||||||
}
|
}
|
||||||
|
|
||||||
return opts
|
return opts
|
||||||
|
|
Loading…
Reference in New Issue