evilmartians / lefthook

Fast and powerful Git hooks manager for any type of projects.
MIT License
4.75k stars 211 forks source link

fix: add batching to implicit commands #695

Closed mrexox closed 5 months ago

mrexox commented 5 months ago

Closes https://github.com/evilmartians/lefthook/issues/693

:wrench: Summary

To do: use the same system.Executor for the runner's exec logic. Probably need a wrapper for a Go's Cmd.