|
| int | credentialsCallback (git_cred **out, const char *url, const char *username_from_url, unsigned int allowed_types, void *payload) |
| |
| int | print_matched_cb (const char *path, const char *matched_pathspec, void *payload) |
| |
| bool | check_lg2 (int error, const char *message, const char *extra) |
| |
| static int | readline (char **out) |
| |
| static int | ask (char **out, const char *prompt, char optional, bool secure) |
| |
| int | cred_acquire_cb (git_credential **out, const char *url, const char *username_from_url, unsigned int allowed_types, void *payload) |
| |
| bool | match_arg (int *out, struct args_info *args, const char *opt) |
| |
| static int | progress_cb (const char *str, int len, void *data) |
| |
| static int | update_cb (const char *refname, const git_oid *a, const git_oid *b, void *data) |
| |
| static int | transfer_progress_cb (const git_indexer_progress *stats, void *payload) |
| |
| void * | xrealloc (void *oldp, size_t newsz) |
| |
| static void | print_usage (void) |
| |
| static void | merge_options_init (struct merge_options *opts) |
| |
| static void | opts_add_refish (struct merge_options *opts, const char *refish) |
| |
| static void | parse_options (const char **repo_path, struct merge_options *opts, int argc, char **argv) |
| |
| int | resolve_refish (git_annotated_commit **commit, git_repository *repo, const char *refish) |
| |
| static int | resolve_heads (git_repository *repo, struct merge_options *opts) |
| |
| static int | perform_fastforward (git_repository *repo, const git_oid *target_oid, int is_unborn) |
| |
| static void | output_conflicts (git_index *index) |
| |
| static int | create_merge_commit (git_repository *repo, git_index *index, struct merge_options *opts) |
| |