diff --git a/pages/user_documentation.rst b/pages/user_documentation.rst index 804e9235..d94c3849 100644 --- a/pages/user_documentation.rst +++ b/pages/user_documentation.rst @@ -737,6 +737,15 @@ Radicale will automatically commit any changes on your collections. It will use your git config to find parameters such as the committer and that's all. +Issues +~~~~~~ + +A dulwich project ported on Python 3 exists but it seems that it doesn't follow the +current api (committer is mandatory and not retrieved from the git config by +default). Until this problem isn't fixed, the Git support for Radicale on +Python 3 will not be ensured. + + Rights Management -----------------