Reintegrate: do not fail when garbage is found in the orignal

This commit is contained in:
Junio C Hamano
2010-05-03 13:34:23 -07:00
parent bb94632d56
commit 47dc5e28f2

View File

@@ -91,7 +91,7 @@ show_merge () {
;;
*)
echo 2>&1 "Huh?: $msg"
exit 1
return
;;
esac &&
tip=$(git rev-parse --verify "refs/$merge_hier$branch" 2>/dev/null) &&