meta:install.conf: Link entire .git/hooks folder
Instead of linking the globs of meta/git/hooks, create a link for the entire folder. This way new hooks work automagically.
This commit is contained in:
@@ -93,9 +93,9 @@
|
||||
create: true
|
||||
glob: true
|
||||
path: .ssh/*
|
||||
.git/hooks/:
|
||||
.git/hooks:
|
||||
create: true
|
||||
glob: true
|
||||
path: meta/git/hooks/*
|
||||
relative: true
|
||||
path: ../meta/git/hooks
|
||||
.envrc:
|
||||
path: meta/envrc
|
||||
|
||||
Reference in New Issue
Block a user