From 6fa15dae4a2b24222bad55e45a57911a20a6f9d7 Mon Sep 17 00:00:00 2001 From: Peter Bieringer Date: Sun, 24 Nov 2024 16:29:48 +0100 Subject: [PATCH] extend hook doc in config --- config | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/config b/config index 8415807b..bf134fb7 100644 --- a/config +++ b/config @@ -145,7 +145,11 @@ #skip_broken_item = True # Command that is run after changes to storage -# Example: ([ -d .git ] || git init) && git add -A && (git diff --cached --quiet || git commit -m "Changes by \"%(user)s\"") +# Supported placeholders: +# %(user): logged-in user +# Command will be executed with base directory defined in filesystem_folder +# For "git" check DOCUMENTATION.md for bootstrap instructions +# Example: git add -A && (git diff --cached --quiet || git commit -m "Changes by \"%(user)s\"") #hook = # Create predefined user collections