summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorDavid Goulet <dgoulet@torproject.org>2019-10-23 09:11:43 -0400
committerDavid Goulet <dgoulet@torproject.org>2019-10-23 09:11:43 -0400
commit9586ae178a38436e07278f141801208c04b37191 (patch)
treef5b8820b69bf2fea95b878d8a4e2347660f023d4 /changes
parent34509e78c6280a103eb243865ce52a70f4a665d0 (diff)
parent226f11002dd743bfb9c1c8cddd5c78a28c9b859f (diff)
downloadtor-9586ae178a38436e07278f141801208c04b37191.tar.gz
tor-9586ae178a38436e07278f141801208c04b37191.zip
Merge branch 'tor-github/pr/1451'
Diffstat (limited to 'changes')
-rw-r--r--changes/ticket322169
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.