]> git.ipfire.org Git - thirdparty/git.git/blobdiff - merge-recursive.h
t5526: Fix wrong argument order in "git config"
[thirdparty/git.git] / merge-recursive.h
index b831293b3865ae52584565039e4a893c3c6f45ff..08f985036781f67eeda3fde1ae35f62f42f31096 100644 (file)
@@ -23,8 +23,11 @@ struct merge_options {
        struct string_list current_directory_set;
 };
 
-/* Return a list of user-friendly error messages to be used by merge */
-struct unpack_trees_error_msgs get_porcelain_error_msgs(void);
+/*
+ * 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,