projects
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
23edecb
)
git-merge: a bit more readable user guidance.
author
Junio C Hamano
<junkio@cox.net>
Wed, 19 Apr 2006 21:54:27 +0000
(14:54 -0700)
committer
Junio C Hamano
<junkio@cox.net>
Wed, 19 Apr 2006 22:37:36 +0000
(15:37 -0700)
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>
git-merge.sh
patch
|
blob
|
history
diff --git
a/git-merge.sh
b/git-merge.sh
index 78ab422e4ef294d8bcffba91bb7e2116e381d98e..b834e79c98af51a9f3ad4927a2d11c999349b0e4 100755
(executable)
--- a/
git-merge.sh
+++ b/
git-merge.sh
@@
-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