ticket31314 540 B

123456789
  1. o Minor features (git scripts):
  2. - Add a -t <test-branch-prefix> argument to git-merge-forward.sh and
  3. git-push-all.sh, which makes these scripts create, merge forward, and
  4. push test branches. Closes ticket 31314.
  5. - Add a -r <remote-name> argument to git-push-all.sh, so the script can
  6. push test branches to a personal remote. Closes ticket 31314.
  7. - Add a -u argument to git-merge-forward.sh, so that the script can re-use
  8. existing test branches after a merge failure and fix.
  9. Closes ticket 31314.