Actions
Feature #486
closed
AK
PM
Support installing git hooks with meson
Feature #486:
Support installing git hooks with meson
Start date:
04/30/2023
Due date:
% Done:
100%
Estimated time:
Affected versions:
Needs backport to:
Affected hardware:
Affected OS:
Description
In makefile, git hooks are installed by the gitconfig target:
gitconfig:
./util/getrevision.sh -c 2>/dev/null && ./util/git-hooks/install.sh
Meson should also have an option to install git hooks.
Actions