This patch serie aims at grouping merge and checkout errors messages by type if possible, listing all the file concerned by the error type. It was first introduced in the thread: http://mid.gmane.org/7v63277f92.fsf@xxxxxxxxxxxxxxxxxxxxxxxx Diane (5): tree-walk: do not stop when an error is detected unpack_trees: group errors by type unpack_trees_options: update porcelain messages t3030: update porcelain expected message t7609: test merge and checkout error messages builtin/checkout.c | 2 +- merge-recursive.c | 10 ++-- t/t3030-merge-recursive.sh | 8 ++- t/t7609-merge-co-error-msgs.sh | 122 ++++++++++++++++++++++++++++++++++++++ tree-walk.c | 5 +- unpack-trees.c | 128 +++++++++++++++++++++++++++++++++++++--- unpack-trees.h | 12 ++++ 7 files changed, 270 insertions(+), 17 deletions(-) create mode 100755 t/t7609-merge-co-error-msgs.sh -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html