commit | 0c4e95d083f77de03a64b65f5633ed0ba082a26e | [log] [tgz] |
---|---|---|
author | Junio C Hamano <junkio@cox.net> | Wed Dec 13 09:32:40 2006 -0800 |
committer | Junio C Hamano <junkio@cox.net> | Wed Dec 13 09:33:08 2006 -0800 |
tree | 63f38b5f79a372a14d4ea5f2fa39556149781fdf | |
parent | 8371234ecaaf6e14fe3f2082a855eff1bbd79ae9 [diff] |
git merge: reword failure message. 99.9999% of the time, the command is used with a single strategy; after a merge failure, saying "No strategy handled the merge" is technically correct, but there is no point stressing we tried and failed all the possibilities the user has given. Just say that it failed. Signed-off-by: Junio C Hamano <junkio@cox.net>