Releases: qgadrian/elixir_git_hooks
Releases · qgadrian/elixir_git_hooks
v0.6.5
What's Changed
- Bump dependencies
- Remove unneeded
fi
from hook_template by @pojiro in #94 - Change current branch command to make it compatible with older git versions by @thomas9911 in #103
New Contributors
- @pojiro made their first contribution in #94
- @thomas9911 made their first contribution in #103
Full Changelog: v0.6.4...v0.6.5
v0.6.4
Changelog:
- Add
branches
configuration withwhitelist
andblacklist
support - Support running git hooks from git submodules
Full Changelog: v0.6.3...v0.6.4
v0.6.2
v0.6.0
v0.5.2
v0.5.1
v0.5.0
v0.4.2
v0.4.1
v0.3.2-pre3
Changes:
- Adds
{:file, _}
and{:cmd, _}
to execute commands or executable files - Adds option to forward hook's args to command or files
- Fixes error when creating backup in
.git
folder