| 111 | } |
| 112 | |
| 113 | void _go_git_populate_apply_callbacks(git_apply_options *options) |
| 114 | { |
| 115 | options->delta_cb = (git_apply_delta_cb)&deltaApplyCallback; |
| 116 | options->hunk_cb = (git_apply_hunk_cb)&hunkApplyCallback; |
| 117 | } |
| 118 | |
| 119 | static int commit_create_callback( |
| 120 | git_oid *out, |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…