tor

The Tor anonymity network
git clone https://git.dasho.dev/tor.git
Log | Files | Refs | README | LICENSE

commit 226f11002dd743bfb9c1c8cddd5c78a28c9b859f
parent f43a7a4d968c44781b5009d811aad7eb617ce876
Author: teor <teor@torproject.org>
Date:   Wed, 23 Oct 2019 13:36:39 +1000

changes: file for 32216

Diffstat:
Achanges/ticket32216 | 9+++++++++
1 file changed, 9 insertions(+), 0 deletions(-)

diff --git a/changes/ticket32216 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.