diff --git a/docs/configuration.md b/docs/configuration.md index 06507ce27f3..8be81326914 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -157,6 +157,18 @@ Defaults to one of the following directories: - Windows: `C:\Users\\AppData\Local\pypoetry\Cache` - Unix: `~/.cache/pypoetry` +## `experimental.system-git-client` + +**Type**: boolean + +Use system git client backend for git related tasks. + +Poetry uses `dulwich` by default for git related tasks to not rely on the availability of a git client. + +If you encounter any problems with it, set to `true` to use the system git backend. + +Defaults to `false`. + ### `installer.parallel` **Type**: boolean