summaryrefslogtreecommitdiff
path: root/changes/bug33284
diff options
context:
space:
mode:
authorteor <teor@torproject.org>2020-02-12 20:32:58 +1000
committerteor <teor@torproject.org>2020-02-12 20:37:21 +1000
commit99d957696b3274a334448f066ba418b51cc887ee (patch)
tree96c811df26b41d5b36d14797edfd22448eda6575 /changes/bug33284
parent41a9eddf2bf9c72aa1f67f2b90cb9794788380f4 (diff)
downloadtor-99d957696b3274a334448f066ba418b51cc887ee.tar.gz
tor-99d957696b3274a334448f066ba418b51cc887ee.zip
scripts/git: Stop running the checked-out git scripts
Stop executing the checked-out pre-commit hook from the pre-push hook. Instead, execute the copy in the user's git dir. Fixes bug 33284; bugfix on 0.4.1.1-alpha.
Diffstat (limited to 'changes/bug33284')
-rw-r--r--changes/bug332844
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug33284 b/changes/bug33284
new file mode 100644
index 0000000000..e6aed4d2d4
--- /dev/null
+++ b/changes/bug33284
@@ -0,0 +1,4 @@
+ o Minor bugfixes (git scripts):
+ - Stop executing the checked-out pre-commit hook from the pre-push hook.
+ Instead, execute the copy in the user's git dir. Fixes bug 33284; bugfix
+ on 0.4.1.1-alpha.