Move set_porcelain_error_msgs to unpack-trees.c and rename it
authorMatthieu Moy <Matthieu.Moy@imag.fr>
Thu, 2 Sep 2010 11:57:33 +0000 (13:57 +0200)
committerJunio C Hamano <gitster@pobox.com>
Fri, 3 Sep 2010 16:31:28 +0000 (09:31 -0700)
commitdc1166e685dc54946ea4600e962e56a965962ec2
tree32c6807e0344a44b108fa3382278af0f41b51ea7
parente935e62a0fd26ff1f29a98a4ca8fa693f42357a2
Move set_porcelain_error_msgs to unpack-trees.c and rename it

The function is currently dealing only with error messages, but the
intent of calling it is really to notify the unpack-tree mechanics that
it is running in porcelain mode.

Signed-off-by: Matthieu Moy <Matthieu.Moy@imag.fr>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
builtin/checkout.c
builtin/merge.c
merge-recursive.c
merge-recursive.h
unpack-trees.c
unpack-trees.h