@leroysheep / BookAlchemy / commits / 47dc5e28f2

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

Junio C Hamano committed May 3, 2010 at 13:34 UTC 47dc5e28f2c3aeceeab6155162dea4daeb149f5d
1 file changed +1 -1
Reintegrate
+1 -1
index 515f475670..151bd59f8f 100755 --- a/Reintegrate +++ b/Reintegrate @@ -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) &&