From: teor Date: Wed, 23 Oct 2019 03:36:39 +0000 (+1000) Subject: changes: file for 32216 X-Git-Tag: tor-0.4.3.1-alpha~263^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=226f11002dd743bfb9c1c8cddd5c78a28c9b859f;p=thirdparty%2Ftor.git changes: file for 32216 --- diff --git a/changes/ticket32216 b/changes/ticket32216 new file mode 100644 index 0000000000..86712d700d --- /dev/null +++ b/changes/ticket32216 @@ -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.