summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Byrne <sultan@locehilios.com>2020-01-10 08:37:24 -0600
committerTim Byrne <sultan@locehilios.com>2020-01-10 08:37:24 -0600
commit8c6a96545d9466a2f641d591c506309bf5b04070 (patch)
treec727d13a3a818815ae3d61e13e673c12d47a3f07
parent2af9c3a524618f0ea8574797fd9930f9baeee0f5 (diff)
Add organization and documentation to hooks collection
-rw-r--r--contrib/hooks/encrypt_with_checksums/README.md9
-rwxr-xr-xcontrib/hooks/encrypt_with_checksums/post_encrypt (renamed from contrib/hooks/post_encrypt)0
-rwxr-xr-xcontrib/hooks/encrypt_with_checksums/post_list (renamed from contrib/hooks/post_list)0
-rwxr-xr-xcontrib/hooks/encrypt_with_checksums/post_status (renamed from contrib/hooks/post_status)0
4 files changed, 9 insertions, 0 deletions
diff --git a/contrib/hooks/encrypt_with_checksums/README.md b/contrib/hooks/encrypt_with_checksums/README.md
new file mode 100644
index 0000000..fa5f368
--- /dev/null
+++ b/contrib/hooks/encrypt_with_checksums/README.md
@@ -0,0 +1,9 @@
+## Track checksums of encrypted files
+
+Contributed by Martin Zuther
+
+Hook | Description
+---- | -----------
+post_encrypt | Collects the checksums of encrypted files, and stores them in .config/yadm/files.checksums
+post_list | Prints the names of encrypted files
+post_status | Reports untracked changes within encrypted files
diff --git a/contrib/hooks/post_encrypt b/contrib/hooks/encrypt_with_checksums/post_encrypt
index bc4cbf6..bc4cbf6 100755
--- a/contrib/hooks/post_encrypt
+++ b/contrib/hooks/encrypt_with_checksums/post_encrypt
diff --git a/contrib/hooks/post_list b/contrib/hooks/encrypt_with_checksums/post_list
index b95acc2..b95acc2 100755
--- a/contrib/hooks/post_list
+++ b/contrib/hooks/encrypt_with_checksums/post_list
diff --git a/contrib/hooks/post_status b/contrib/hooks/encrypt_with_checksums/post_status
index 3dd0465..3dd0465 100755
--- a/contrib/hooks/post_status
+++ b/contrib/hooks/encrypt_with_checksums/post_status