| 154 | } |
| 155 | |
| 156 | void _go_git_populate_checkout_callbacks(git_checkout_options *opts) |
| 157 | { |
| 158 | opts->notify_cb = (git_checkout_notify_cb)&checkoutNotifyCallback; |
| 159 | opts->progress_cb = (git_checkout_progress_cb)&checkoutProgressCallback; |
| 160 | } |
| 161 | |
| 162 | int _go_git_visit_submodule(git_repository *repo, void *fct) |
| 163 | { |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…