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