aboutsummaryrefslogtreecommitdiff
path: root/IDEAS.md
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2019-05-29 19:16:21 +1200
committerTom Ryder <tom@sanctum.geek.nz>2019-05-29 19:16:21 +1200
commita576ef69527afea228c7362b36e999da0c50a86b (patch)
tree1db42eb279c8e5c04061e38757bd13d8dc9674e0 /IDEAS.md
parentMerge branch 'release/v5.7.0' (diff)
parentBump VERSION (diff)
downloaddotfiles-5a7b94a7d0804e997ba0c8987813387fb0c1a860.tar.gz (sig)
dotfiles-5a7b94a7d0804e997ba0c8987813387fb0c1a860.zip
Merge branch 'release/v5.8.0'v5.8.0
* release/v5.8.0: Add pre-commit hook Remove execute bit from Git hook source
Diffstat (limited to 'IDEAS.md')
-rw-r--r--IDEAS.md3
1 files changed, 0 insertions, 3 deletions
diff --git a/IDEAS.md b/IDEAS.md
index 968065b1..adbc1d59 100644
--- a/IDEAS.md
+++ b/IDEAS.md
@@ -32,8 +32,5 @@ Ideas
* Write a ftplugin for Perl to switch between punctuation variable names and
English variable names., i.e. \e on `$?` would change to `$CHILD_ERROR`, and
vice-versa.
-* Could probably put my pre-commit hook that bans commits to master in here;
- maybe make it a bit smarter by only banning commits to master if a branch
- named "develop" exists
* Almost definitely going to want to try a runparts layout for Git hooks at
some point