Skip to content

Commit

Permalink
docs: added experimental.system-git-client to configuration options
Browse files Browse the repository at this point in the history
  • Loading branch information
finswimmer authored and neersighted committed Jun 10, 2022
1 parent 21967e7 commit c1475a0
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions docs/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,20 @@ Defaults to one of the following directories:
- Windows: `C:\Users\<username>\AppData\Local\pypoetry\Cache`
- 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`

**Type**: boolean
Expand Down

0 comments on commit c1475a0

Please sign in to comment.