aboutsummaryrefslogtreecommitdiff
path: root/IDEAS.md
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2019-05-29 19:15:51 +1200
committerTom Ryder <tom@sanctum.geek.nz>2019-05-29 19:16:02 +1200
commit39ccc7147bdef51db39e5b59541a5dc1248190ee (patch)
treeb2242134af0fbed18c9d283773300009aacc9a48 /IDEAS.md
parentRemove execute bit from Git hook source (diff)
downloaddotfiles-39ccc7147bdef51db39e5b59541a5dc1248190ee.tar.gz
dotfiles-39ccc7147bdef51db39e5b59541a5dc1248190ee.zip
Add pre-commit hook
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