]>
git.ipfire.org Git - thirdparty/git.git/blob - merge.h
8 int try_merge_command(struct repository
*r
,
9 const char *strategy
, size_t xopts_nr
,
10 const char **xopts
, struct commit_list
*common
,
11 const char *head_arg
, struct commit_list
*remotes
);
12 int checkout_fast_forward(struct repository
*r
,
13 const struct object_id
*from
,
14 const struct object_id
*to
,
15 int overwrite_ignore
);