changes: file for 32216

This commit is contained in:
teor 2019-10-23 13:36:39 +10:00
parent f43a7a4d96
commit 226f11002d
No known key found for this signature in database
GPG Key ID: 10FEAA0E7075672A

9
changes/ticket32216 Normal file
View File

@ -0,0 +1,9 @@
o Minor features (git scripts):
- Make git-push-all.sh skip unchanged branches when pushing to upstream.
The script already skipped unchanged test branches.
Closes ticket 32216.
o Minor bugfixes (git scripts):
- Avoid sleeping before the last push in git-push-all.sh.
Closes ticket 32216.
- Forward all unrecognised arguments in git-push-all.sh to git push.
Closes ticket 32216.