Skip to content

Commit

Permalink
Merge branch 'branch-5-4' into branch-5-6
Browse files Browse the repository at this point in the history
  • Loading branch information
tbonfort committed Aug 31, 2012
2 parents 27306bf + a787f03 commit b3dbd80
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion stablemerge.sh
Expand Up @@ -20,6 +20,10 @@ git checkout branch-6-0
if test $? -ne 0; then exit; fi
git merge branch-5-6
if test $? -ne 0; then exit; fi
git checkout master
git checkout branch-6-2
if test $? -ne 0; then exit; fi
git merge branch-6-0
if test $? -ne 0; then exit; fi
git checkout master
if test $? -ne 0; then exit; fi
git merge branch-6-2

0 comments on commit b3dbd80

Please sign in to comment.