aboutsummaryrefslogtreecommitdiff
path: root/IDEAS.md
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2019-05-29 18:14:45 +1200
committerTom Ryder <tom@sanctum.geek.nz>2019-05-29 18:14:45 +1200
commitc00454896364c29d15ab0121d260830ef73896c7 (patch)
tree0c282a4cb991d90312c68057ecc0ad56ca53cab9 /IDEAS.md
parentAdd an attempt at a commit merge message filter (diff)
downloaddotfiles-c00454896364c29d15ab0121d260830ef73896c7.tar.gz
dotfiles-c00454896364c29d15ab0121d260830ef73896c7.zip
Add an idea for a new Git hook
Diffstat (limited to 'IDEAS.md')
-rw-r--r--IDEAS.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/IDEAS.md b/IDEAS.md
index 146f7b95..f7db5dda 100644
--- a/IDEAS.md
+++ b/IDEAS.md
@@ -32,3 +32,6 @@ 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