lein-githooks icon indicating copy to clipboard operation
lein-githooks copied to clipboard

Leiningen plugin for managing client git hooks.

Results 3 lein-githooks issues
Sort by recently updated
recently updated
newest added

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: ```...