yadm/contrib/hooks
Tim Byrne dd86c8a691
Release 2.4.0
Update version number and update documentation

* Support multiple keys in `yadm.gpg-recipient` (#139)
* Ensure all templates are written atomically (#142)
* Add encrypt_with_checksums to the hooks collection (#188)
* Escape white space in YADM_HOOK_FULL_COMMAND (#187)
* Improve parsing of os-release (#194)
* Improve identification of WSL (#196)
* Fix troff warnings emitted by man page (#195)
* Write encrypt-based exclusions during decrypt
2020-02-06 07:53:18 -06:00
..
encrypt_with_checksums Release 2.4.0 2020-02-06 07:53:18 -06:00
parsing_full_command_example Add example of parsing YADM_HOOK_FULL_COMMAND 2020-01-27 07:31:58 -06:00
README.md Add contrib/hooks 2019-03-12 22:07:25 -05:00

README.md

Contributed Hooks

Although these hooks are available as part of the official yadm source tree, they have a somewhat different status. The intention is to keep interesting and potentially useful hooks here, building a library of examples that might help others.

In some cases, an experimental new feature can be build entirely with hooks, and this is a place to share it.

I recommend careful review of any code from here before using it. No guarantees of code quality is assumed.