]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
changes: file for 32216
authorteor <teor@torproject.org>
Wed, 23 Oct 2019 03:36:39 +0000 (13:36 +1000)
committerteor <teor@torproject.org>
Wed, 23 Oct 2019 03:36:39 +0000 (13:36 +1000)
changes/ticket32216 [new file with mode: 0644]

diff --git a/changes/ticket32216 b/changes/ticket32216
new file mode 100644 (file)
index 0000000..86712d7
--- /dev/null
@@ -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.