t5526: Fix wrong argument order in "git config"
[gitweb.git] / merge-recursive.h
index 8412db87eb51fd2998327f8f192ce85d4bf5a00e..08f985036781f67eeda3fde1ae35f62f42f31096 100644 (file)
@@ -23,8 +23,11 @@ struct merge_options {
        struct string_list current_directory_set;
 };
 
-/* Sets the list of user-friendly error messages to be used by merge */
-void set_porcelain_error_msgs(const char **msgs);
+/*
+ * 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,