diff options
author | rl1987 <rl1987@sdf.lonestar.org> | 2018-11-20 15:40:52 +0200 |
---|---|---|
committer | rl1987 <rl1987@sdf.lonestar.org> | 2018-11-20 15:40:52 +0200 |
commit | ffee0a6384e751486bb4ca2752b6a00527b923ca (patch) | |
tree | 5736f9a8c319d267281aae64b6bacb7c6646d64b /changes | |
parent | 8183640ada0ccef0c1f123a312b99c87269a1cae (diff) | |
download | tor-ffee0a6384e751486bb4ca2752b6a00527b923ca.tar.gz tor-ffee0a6384e751486bb4ca2752b6a00527b923ca.zip |
Add pre-push git hook to prevent fixup and squash commits from ending up in master
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. |