Is there are reason why only some types of hooks are supported? I am interested in the post-merge hook that checks whether any documentation source files have been changed, and rebuilds them to html and prints them if they have. I would like to run it as a post-merge hook so it runs on git pull.
The documentation suggests this is not supported. Is there a workaround? Is there a technical obstruction to this use case?
Is there are reason why only some types of hooks are supported? I am interested in the
post-mergehook that checks whether any documentation source files have been changed, and rebuilds them to html and prints them if they have. I would like to run it as apost-mergehook so it runs ongit pull.The documentation suggests this is not supported. Is there a workaround? Is there a technical obstruction to this use case?