Code

Make prefix_path() return char* without const
[git.git] / unpack-trees.h
index fad680dced188594fec356a20679be07842110d3..7c0187d11adaa5f0b9a8642070d8dfc2db41dfdf 100644 (file)
@@ -24,7 +24,7 @@ enum unpack_trees_error_types {
 
 /*
  * Sets the list of user-friendly error messages to be used by the
- * command "cmd" (either merge or checkout)
+ * command "cmd" (either merge or checkout), and show_all_errors to 1.
  */
 void setup_unpack_trees_porcelain(struct unpack_trees_options *opts,
                                  const char *cmd);