Skip to content

Commit c1475a0

Browse files
finswimmerneersighted
authored andcommitted
docs: added experimental.system-git-client to configuration options
1 parent 21967e7 commit c1475a0

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

docs/configuration.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,20 @@ Defaults to one of the following directories:
157157
- Windows: `C:\Users\<username>\AppData\Local\pypoetry\Cache`
158158
- Unix: `~/.cache/pypoetry`
159159

160+
### `experimental.system-git-client`
161+
162+
**Type**: boolean
163+
164+
*Introduced in 1.2.0*
165+
166+
Use system git client backend for git related tasks.
167+
168+
Poetry uses `dulwich` by default for git related tasks to not rely on the availability of a git client.
169+
170+
If you encounter any problems with it, set to `true` to use the system git backend.
171+
172+
Defaults to `false`.
173+
160174
### `installer.parallel`
161175

162176
**Type**: boolean

0 commit comments

Comments
 (0)