Matěj Cepl b77a2f181b fix(template): simplify the script
trap EXIT is just too brittle, use plain || die

Suggested-by: geirha on #bash IRC channel
2025-04-14 09:19:09 +02:00
2025-02-10 10:25:07 +01:00
2025-02-10 10:15:25 +01:00
2025-02-10 23:28:47 +01:00

git-obs-hooks

Framework for running git hooks in git-obs and osc

To install the hooks on the system, place executables under:

  • /usr/share/git-obs-hooks/<git-hook>.d/<filename>
  • ~/.local/share/git-obs-hooks/<git-hook>.d/<filename> To enable git-obs-hooks in the current git repo, run: install-git-obs-hooks

See githooks(5) man page for more help on the hooks.

Description
Framework for running git hooks in git-obs and osc
Readme GPL-2.0 66 KiB
Languages
Shell 100%