|
From: Matthieu Moy <Matthieu.Moy <at> imag.fr>
Subject: [PATCH 0/3] (hopefully) Proper fix to set show_all_errors where needed Newsgroups: gmane.comp.version-control.git Date: 2010-09-02 11:57:32 GMT (1 year, 22 weeks, 6 days, 4 hours and 22 minutes ago)
So, after my toy untested patch, here's a cleaner version. I splitted
it into really small patches, to avoid modifying code while I move it,
but Junio, feel free to squash 1/3 and 2/3 if you prefer.
This fixes a regression, so this should be in the next release if the
patch is OK.
Jim: can you confirm if it fixes your problem?
Matthieu Moy (3):
Move set_porcelain_error_msgs to unpack-trees.c and rename it
setup_unpack_trees_porcelain: take the whole options struct as
parameter
Move "show_all_errors = 1" to setup_unpack_trees_porcelain()
builtin/checkout.c | 3 +-
builtin/merge.c | 3 +-
merge-recursive.c | 46 +-----------------------------------------
merge-recursive.h | 6 -----
unpack-trees.c | 56 +++++++++++++++++++++++++++++++++++++++++++++------
unpack-trees.h | 7 ++++++
6 files changed, 59 insertions(+), 62 deletions(-)
--
1.7.2.2.175.ga619d.dirty
|
|