diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-12-01 11:28:22 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-12-01 11:28:22 -0500 |
commit | c63d951e7f093f3a97748f96314b669d0cd1da54 (patch) | |
tree | cf941851a82aae90fee88e79cfb564af6d4f1b89 /changes | |
parent | 51d94cea3370c0ddc7c18993f2a81eea11e51e36 (diff) | |
parent | 9c90bddc42467396909812746d5b4256adcb5d2d (diff) | |
download | tor-c63d951e7f093f3a97748f96314b669d0cd1da54.tar.gz tor-c63d951e7f093f3a97748f96314b669d0cd1da54.zip |
Merge remote-tracking branch 'tor-github/pr/530'
Diffstat (limited to 'changes')
-rw-r--r-- | changes/ticket27993 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/changes/ticket27993 b/changes/ticket27993 new file mode 100644 index 0000000000..78ee7c2054 --- /dev/null +++ b/changes/ticket27993 @@ -0,0 +1,3 @@ + o Minor features (developer tooling): + - Provide git hook script to prevent "fixup!" and "squash!" commits from + ending up in master. Closes ticket 27993. |