ticket31314 1.0 KB

123456789101112131415161718
  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.
  10. - Add a TOR_GIT_PUSH env var, which sets the default git push command and
  11. arguments for git-push-all.sh. Closes ticket 31314.
  12. - Add a "--" command-line argument, to
  13. separate git-push-all.sh script arguments from arguments that are passed
  14. through to git push. Closes ticket 31314.
  15. - Skip pushing test branches that are the same as a remote
  16. maint/release/master branch in git-push-all.sh by default. Add a -s
  17. argument, so git-push-all.sh can push all test branches.
  18. Closes ticket 31314.