From: Martin von Zweigbergk Date: Tue, 28 Dec 2010 09:30:37 +0000 (+0100) Subject: rebase: show consistent conflict resolution hint X-Git-Tag: ko-pu~6^2~11 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=25bd6cee6d0d158b846369de42d15157059e0992;p=git.git rebase: show consistent conflict resolution hint When rebase stops due to conflict, interactive rebase currently displays a different hint to the user than non-interactive rebase does. Use the same message for both types of rebase. Signed-off-by: Martin von Zweigbergk Signed-off-by: Junio C Hamano --- diff --git a/git-rebase--interactive.sh b/git-rebase--interactive.sh index 0beeb8b7d..e848ea239 100755 --- a/git-rebase--interactive.sh +++ b/git-rebase--interactive.sh @@ -81,9 +81,7 @@ AMEND="$DOTEST"/amend REWRITTEN_LIST="$DOTEST"/rewritten-list REWRITTEN_PENDING="$DOTEST"/rewritten-pending -GIT_CHERRY_PICK_HELP="\ -hint: after resolving the conflicts, mark the corrected paths -hint: with 'git add ' and run 'git rebase --continue'" +GIT_CHERRY_PICK_HELP="$RESOLVEMSG" export GIT_CHERRY_PICK_HELP warn () {