From b443bbede27afe4fa244e065f09781d6eabac377 Mon Sep 17 00:00:00 2001 From: Tim Byrne Date: Tue, 12 Mar 2019 22:00:25 -0500 Subject: [PATCH] Add contrib/hooks --- contrib/hooks/README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 contrib/hooks/README.md diff --git a/contrib/hooks/README.md b/contrib/hooks/README.md new file mode 100644 index 0000000..551f6f0 --- /dev/null +++ b/contrib/hooks/README.md @@ -0,0 +1,14 @@ +## Contributed Hooks + +Although these [hooks][hooks-help] 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. + +[hooks-help]: https://github.com/TheLocehiliosan/yadm/blob/master/yadm.md#hooks