From df374c1150c85cb53362446e13a4ffbb0a11dfca Mon Sep 17 00:00:00 2001 From: Github Actions <> Date: Fri, 15 Mar 2024 06:28:45 +0000 Subject: [PATCH] Generate documentation --- v3.2-devel.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/v3.2-devel.html b/v3.2-devel.html index 84713cc2..b3581308 100644 --- a/v3.2-devel.html +++ b/v3.2-devel.html @@ -738,7 +738,7 @@ content:

.Radicale.tmp-*

The configuration option hook in the storage section must be set to the following command:

-
git add -A && (git diff --cached --quiet || git commit -m "Changes by "%(user)s)
+
git add -A && (git diff --cached --quiet || git commit -m "Changes by \"%(user)s\"")

The command gets executed after every change to the storage and commits the changes into the git repository.

For the hook to not cause errors either git user