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