MicahElliott / captain

A simpler approach to git-hook management
Other
2 stars 0 forks source link

Invent a security mechanism to ask for permission to run a new trigger for first time since change #31

Open MicahElliott opened 11 months ago

MicahElliott commented 11 months ago

Since trigger files are sourced, should possibly ask on the first run if user is ok with invoking each trigger. And then again if a change is detected in hook.

Similar to how direnv does.

Probably needs a checksum on disk of config file.