lein-githooks
lein-githooks copied to clipboard
Leiningen plugin for managing client git hooks.
Make commands with options possible (e. g. git stash -k)
Because of the split happening while executing command, i can't execute a script located in any directory because `/` in path will be used to split the command which doesn't...
Hey! Thanks for creating this library! I've found that using this hook: ``` clojure :githooks {:auto-install false :pre-commit ["lein eastwood \"{:namespaces [:source-paths]}\""]}} ``` Will end with the following message: ```...