scripts/git: Add test branch support to the git scripts

Add a -t <test-branch-prefix> argument to git-merge-forward.sh and
git-push-all.sh, which makes these scripts create, merge forward, and
push test branches.

Add a -r <remote-name> argument to git-push-all.sh, so the script can
push test branches to a personal remote.

Closes ticket 31314.
This commit is contained in:
teor
2019-08-09 00:18:56 +10:00
parent c98724b022
commit 667311ebbd
3 changed files with 218 additions and 32 deletions
+6
View File
@@ -0,0 +1,6 @@
o Minor features (git scripts):
- Add a -t <test-branch-prefix> argument to git-merge-forward.sh and
git-push-all.sh, which makes these scripts create, merge forward, and
push test branches. Closes ticket 31314.
- Add a -r <remote-name> argument to git-push-all.sh, so the script can
push test branches to a personal remote. Closes ticket 31314.