Merge branch 'dg/local-mod-error-messages'
* dg/local-mod-error-messages: t7609-merge-co-error-msgs: test non-fast forward case too. Move "show_all_errors = 1" to setup_unpack_trees_porcelain() setup_unpack_trees_porcelain: take the whole options struct as parameter Move set_porcelain_error_msgs to unpack-trees.c and rename it Conflicts: merge-recursive.c
This commit is contained in:
@ -24,12 +24,6 @@ struct merge_options {
|
||||
struct string_list current_directory_set;
|
||||
};
|
||||
|
||||
/*
|
||||
* Sets the list of user-friendly error messages to be used by the
|
||||
* command "cmd" (either merge or checkout)
|
||||
*/
|
||||
void set_porcelain_error_msgs(const char **msgs, const char *cmd);
|
||||
|
||||
/* merge_trees() but with recursive ancestor consolidation */
|
||||
int merge_recursive(struct merge_options *o,
|
||||
struct commit *h1,
|
||||
|
||||
Reference in New Issue
Block a user