X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=merge-recursive.h;h=34492dbd6ea22d715c98acbeeabe04033ff9a794;hb=8695353147e0c20fc8197fd73efec2ca9bce0304;hp=08f985036781f67eeda3fde1ae35f62f42f31096;hpb=23cbf11b5c08c6d0ab0fd0d6f2dc5a32ca31c745;p=git.git diff --git a/merge-recursive.h b/merge-recursive.h index 08f985036..34492dbd6 100644 --- a/merge-recursive.h +++ b/merge-recursive.h @@ -14,6 +14,7 @@ struct merge_options { } recursive_variant; const char *subtree_shift; unsigned buffer_output : 1; + unsigned renormalize : 1; int verbosity; int diff_rename_limit; int merge_rename_limit; @@ -23,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,