gitui/git2-hooks/README.md
extrawurst 521ab91309
git2-hooks: allows customizing what places to look for hooks (#1975)
* allows customizing what places to look for hooks
2023-12-08 14:33:22 +01:00

8 lines
196 B
Markdown

# git2-hooks
adds git hook functionality on top of git2-rs
## todo
- [ ] unittest coverage symlinks from `.git/hooks/<hook>` -> `X`
- [ ] unittest coverage `~` expansion inside `core.hooksPath`