diff --git a/stablemerge.sh b/stablemerge.sh new file mode 100644 index 0000000000..b32243efd3 --- /dev/null +++ b/stablemerge.sh @@ -0,0 +1,25 @@ +#!/bin/bash + +git checkout branch-5-0 +if $?; then exit; fi +git merge branch-4-10 +if $?; then exit; fi +git checkout branch-5-2 +if $?; then exit; fi +git merge branch-5-0 +if $?; then exit; fi +git checkout branch-5-4 +if $?; then exit; fi +git merge branch-5-2 +if $?; then exit; fi +git checkout branch-5-6 +if $?; then exit; fi +git merge branch-5-4 +if $?; then exit; fi +git checkout branch-6-0 +if $?; then exit; fi +git merge branch-5-6 +if $?; then exit; fi +git checkout master +if $?; then exit; fi +git merge branch-6-0