More diff functionality #629
|
@ -14,8 +14,8 @@ void _go_git_apply_init_options(git_apply_options *options)
|
|||
|
||||
void _go_git_populate_apply_cb(git_apply_options *options)
|
||||
{
|
||||
options->delta_cb = (git_apply_delta_cb)deltaApplyCallback;
|
||||
options->hunk_cb = (git_apply_hunk_cb)hunkApplyCallback;
|
||||
options->delta_cb = (git_apply_delta_cb)deltaApplyCallback;
|
||||
options->hunk_cb = (git_apply_hunk_cb)hunkApplyCallback;
|
||||
}
|
||||
|
||||
void _go_git_populate_remote_cb(git_clone_options *opts)
|
||||
|
|
Loading…
Reference in New Issue