mirror of
https://github.com/git/git.git
synced 2024-11-24 18:33:43 +08:00
git-merge: a bit more readable user guidance.
We said "fix up by hand" after failed automerge, which was a big "Huh? Now what?". Be a bit more explicit without being too verbose. Suggested by Carl Worth. Signed-off-by: Junio C Hamano <junkio@cox.net>
This commit is contained in:
parent
23edecbc9a
commit
50ac740801
@ -335,5 +335,5 @@ Conflicts:
|
||||
then
|
||||
git-rerere
|
||||
fi
|
||||
die "Automatic merge failed; fix up by hand"
|
||||
die "Automatic merge failed; fix conflicts and then commit the result."
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user