]> git.ipfire.org Git - thirdparty/git.git/commit - rerere.c
rerere.autoupdate: change the message when autoupdate is in effect
authorJunio C Hamano <gitster@pobox.com>
Thu, 17 Jul 2008 03:25:18 +0000 (20:25 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 17 Jul 2008 06:32:33 +0000 (23:32 -0700)
commit9196e825875dce66f6bc95dda01f5833f20bc5e5
treea505538785437b5f6877aa88ee4ff26d9dd9085a
parentfcab40a389e99786a8276108cdbc1cda8caf502f
rerere.autoupdate: change the message when autoupdate is in effect

This changes the message rerere issues after reusing previous conflict
resolution from "Resolved" to "Staged" when autoupdate option is in
effect.

It is envisioned that in practice, some auto resolitions are trickier and
iffier than others, and we would want to add a feature to mark individual
resolutions as "this is ok to autoupdate" or "do not autoupdate the result
using this resolution even when rerere.autoupdate is in effect" in the
future.  When that happens, these messages will make the distinction
clearer.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
rerere.c