Commit Graph

13 Commits

Author SHA1 Message Date
99027f71d1 fix: make scripts/pre-push.d/check_for_request.sh executable 2025-05-19 07:35:04 +00:00
38736b34b2 feat(check_for_request): inform number of concurrent pull requests
Fixes: https://github.com/dmach/git-obs-hooks/issues/4
2025-04-28 08:08:32 +02:00
ba673ad5b3 fix(install): make shellcheck happy 2025-04-14 09:19:09 +02:00
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
46cd9a1f68 fix(template): for cycle doesn't work with empty dirs, use find instead 2025-04-03 17:51:37 +02:00
eca735b640 fix(spec): run spec-cleaner -i *.spec 2025-04-03 17:51:37 +02:00
267f3655b6 feat: add subpackage git-obs-hooks-script-convert-changes
Add subpackage with a working script, which causes `git commit`
to generate default commit message based on the last record in
the `*.changes` file.
2025-04-03 17:51:37 +02:00
537c4f6bfd fix(template): make shellcheck happy
Also, GIT_OBS_HOOKS_DEBUG was meant to be initialized with a
default value 0, if nothing is set, not expanded with substring
from position 0, right?
2025-02-11 13:05:58 +01:00
efed568cad fix(template): run only *.sh files and only if they are executable
This is just copying what user expects from the similar runners
in the system. User needs to have an option to temporarily
disable some scripts for testing or debugging purposes.
2025-02-11 13:05:58 +01:00
4141bfd8e4 Merge pull request #1 from mcepl/patch-1
Update README.md
2025-02-11 13:04:04 +01:00
b19aecda90 Update README.md
Mark paths as code, so they are correctly displayed.
2025-02-10 23:28:47 +01:00
5300560c23 Initial release 0.1.0 0.1.0 2025-02-10 10:25:07 +01:00
54675e664f Initial commit 2025-02-10 10:15:25 +01:00