diff options
author | David Goulet <dgoulet@torproject.org> | 2019-10-23 09:11:43 -0400 |
---|---|---|
committer | David Goulet <dgoulet@torproject.org> | 2019-10-23 09:11:43 -0400 |
commit | 9586ae178a38436e07278f141801208c04b37191 (patch) | |
tree | f5b8820b69bf2fea95b878d8a4e2347660f023d4 /changes | |
parent | 34509e78c6280a103eb243865ce52a70f4a665d0 (diff) | |
parent | 226f11002dd743bfb9c1c8cddd5c78a28c9b859f (diff) | |
download | tor-9586ae178a38436e07278f141801208c04b37191.tar.gz tor-9586ae178a38436e07278f141801208c04b37191.zip |
Merge branch 'tor-github/pr/1451'
Diffstat (limited to 'changes')
-rw-r--r-- | changes/ticket32216 | 9 |
1 files changed, 9 insertions, 0 deletions
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. |