Fix inconsistent function call in Submodule. #167

Merged
calavera merged 4 commits from fix_git_submodules into master 2015-01-09 03:21:20 -06:00
1 changed files with 1 additions and 3 deletions
Showing only changes of commit 22f4a4edaa - Show all commits

View File

@ -342,7 +342,5 @@ func populateSubmoduleUpdateOptions(ptr *C.git_submodule_update_options, opts *S
populateCheckoutOpts(&ptr.checkout_opts, opts.CheckoutOpts)
populateRemoteCallbacks(&ptr.remote_callbacks, opts.RemoteCallbacks)
ptr.clone_checkout_strategy = C.uint(opts.CloneCheckoutStrategy)
if opts.Signature != nil {
ptr.signature = opts.Signature.toC()
}
}