Add support for creating signed commits and signing commits during a rebase #626

Merged
mbfr merged 25 commits from master into master 2020-08-18 11:25:31 -05:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 8f8ca35359 - Show all commits

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