Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
python-poetry
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
open
python-poetry
Commits
c1475a0b
Commit
c1475a0b
authored
Jun 09, 2022
by
finswimmer
Committed by
Bjorn Neergaard
Jun 10, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
docs: added `experimental.system-git-client` to configuration options
parent
21967e75
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
14 additions
and
0 deletions
+14
-0
docs/configuration.md
+14
-0
No files found.
docs/configuration.md
View file @
c1475a0b
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment