summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorteor <teor@torproject.org>2019-09-10 12:07:13 +1000
committerteor <teor@torproject.org>2019-09-10 12:10:28 +1000
commit51b792b000d8560cf5b61b887eadcd9aece27d04 (patch)
treead598675f41d312724dddf68145c40dfb4db5124 /changes
parent796a9b37ea346f413f6684505ca31879ddf3f0f1 (diff)
downloadtor-51b792b000d8560cf5b61b887eadcd9aece27d04.tar.gz
tor-51b792b000d8560cf5b61b887eadcd9aece27d04.zip
scripts: Allow git-push-all.sh to be run from any directory
Closes 31678.
Diffstat (limited to 'changes')
-rw-r--r--changes/ticket316784
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/ticket31678 b/changes/ticket31678
new file mode 100644
index 0000000000..157f1db7f9
--- /dev/null
+++ b/changes/ticket31678
@@ -0,0 +1,4 @@
+ o Minor features (git scripts):
+ - Allow git-push-all.sh to be run from any directory. Previously, the
+ script only worked if run from an upstream worktree directory.
+ Closes ticket 31678.