| 144 | } |
| 145 | |
| 146 | void _go_git_populate_rebase_callbacks(git_rebase_options *opts) |
| 147 | { |
| 148 | opts->commit_create_cb = commit_create_callback; |
| 149 | } |
| 150 | |
| 151 | void _go_git_populate_clone_callbacks(git_clone_options *opts) |
| 152 | { |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…