diff options
author | Nick Mathewson <nickm@torproject.org> | 2019-02-21 13:35:33 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2019-02-21 13:35:33 -0500 |
commit | b3b737b8750b2063c5be260287088defbfadd1b9 (patch) | |
tree | 34e7a323a21e684de7b4a7c9aa6cfd0b6bd65e12 /changes/ticket29553 | |
parent | 1bff5646e64a32b83dcf5ac5acf4e31b98382aae (diff) | |
download | tor-b3b737b8750b2063c5be260287088defbfadd1b9.tar.gz tor-b3b737b8750b2063c5be260287088defbfadd1b9.zip |
Update pre-commit.git-hook for ticket 29553
- handle older source layout
- handle empty changes directories
- "set -e" so that we exit if there's a problem.
Diffstat (limited to 'changes/ticket29553')
-rw-r--r-- | changes/ticket29553 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/ticket29553 b/changes/ticket29553 new file mode 100644 index 0000000000..af441b92b0 --- /dev/null +++ b/changes/ticket29553 @@ -0,0 +1,5 @@ + o Minor bugfixes (developer tools): + - Update our pre-commit.git-hook script to work correctly on older Tor + branches and release branches without any changes files, + and to actually exit when something fails. Fixes bug 29553; bugfix on + 0.4.0.2-alpha. |