pinch/custom.d
2022-11-16 11:03:12 +01:00
..
applypatch-msg Create base 2022-11-16 11:03:12 +01:00
commit-msg Create base 2022-11-16 11:03:12 +01:00
post-applypatch Create base 2022-11-16 11:03:12 +01:00
post-checkout Create base 2022-11-16 11:03:12 +01:00
post-commit Create base 2022-11-16 11:03:12 +01:00
post-merge Create base 2022-11-16 11:03:12 +01:00
post-receive Create base 2022-11-16 11:03:12 +01:00
post-rewrite Create base 2022-11-16 11:03:12 +01:00
post-update Create base 2022-11-16 11:03:12 +01:00
pre-applypatch Create base 2022-11-16 11:03:12 +01:00
pre-auto-gc Create base 2022-11-16 11:03:12 +01:00
pre-commit Create base 2022-11-16 11:03:12 +01:00
pre-push Create base 2022-11-16 11:03:12 +01:00
pre-rebase Create base 2022-11-16 11:03:12 +01:00
pre-receive Create base 2022-11-16 11:03:12 +01:00
prepare-commit-msg Create base 2022-11-16 11:03:12 +01:00
update Create base 2022-11-16 11:03:12 +01:00
README Create base 2022-11-16 11:03:12 +01:00

This directory (custom.d) is dedicated to custom hooks.
In order to add a custom hook, insert the file to a subdirectory bearing the respective category.
All hidden files (starting with a dot) and files not marked as executable are ignored.  
The contents of the subdirectories (except for .gitkeep) are not tracked and will be preserved during project updates.