Re: [PATCH v2] revert.c: defer writing CHERRY_PICK_HEAD till it is safe to do so
From: Junio C Hamano <hidden>
Date: 2016-06-15 22:52:12
Jay Soffian [off-list ref] writes:
On Thu, Oct 6, 2011 at 1:48 PM, Jay Soffian [off-list ref] wrote:quoted
Note that do_recursive_merge() aborts if the merge cannot start, while try_merge_command() returns a non-zero value other than 1.Maybe you want this on-top:
Good thinking.
commit 4ed15ff067b548011b1eda8b12d46d887c4f056c
Author: Jay Soffian [off-list ref]
Date: Thu Oct 6 13:58:01 2011 -0400
cherry-pick: do not give irrelevant advice when cherry-pick punted
If a cherry-pick did not even start because the working tree had local
changes that would overlap with the operation, we shouldn't be advising
the users to resolve conflicts nor to conclude it with "git commit".
Signed-off-by: Junio C Hamano [off-list ref]
Thanks. Care to sign-off?