aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2019-05-29 18:14:55 +1200
committerTom Ryder <tom@sanctum.geek.nz>2019-05-29 18:14:55 +1200
commitdee95b82b252c9c14179e6bb93cbd52e5f5795bd (patch)
tree8752ac5cb754e732843f9781c79f9269f04274a5
parentAdd an idea for a new Git hook (diff)
downloaddotfiles-dee95b82b252c9c14179e6bb93cbd52e5f5795bd.tar.gz
dotfiles-dee95b82b252c9c14179e6bb93cbd52e5f5795bd.zip
Add an idea for a new approach to Git hooks
-rw-r--r--IDEAS.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/IDEAS.md b/IDEAS.md
index f7db5dda..968065b1 100644
--- a/IDEAS.md
+++ b/IDEAS.md
@@ -35,3 +35,5 @@ Ideas
* 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