Commit c1475a0b by finswimmer Committed by Bjorn Neergaard

docs: added `experimental.system-git-client` to configuration options

parent 21967e75
...@@ -157,6 +157,20 @@ Defaults to one of the following directories: ...@@ -157,6 +157,20 @@ Defaults to one of the following directories:
- Windows: `C:\Users\<username>\AppData\Local\pypoetry\Cache` - Windows: `C:\Users\<username>\AppData\Local\pypoetry\Cache`
- Unix: `~/.cache/pypoetry` - Unix: `~/.cache/pypoetry`
### `experimental.system-git-client`
**Type**: boolean
*Introduced in 1.2.0*
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` ### `installer.parallel`
**Type**: boolean **Type**: boolean
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment