Commit 0b3462a
authored
## What's the problem this PR addresses?
This PR fixes a bug when calling `git clone` with Git 2.52.0; currently,
Yarn is executing `git clone "-c core.autocrlf=false" ...`, instead of
the intended `git clone -c core.autocrlf=false ...`, and Git 2.52.0 does
not like the quoted version.
Resolves #6982.
## How did you fix it?
This splits `-c core.autocrlf=false` into separate arguments.
## Checklist
- [x] I have read the [Contributing
Guide](https://yarnpkg.com/advanced/contributing).
- [x] I have set the packages that need to be released for my changes to
be effective.
- [x] I will check that all automated PR checks pass before the PR gets
reviewed.
1 parent f4897aa commit 0b3462a
File tree
2 files changed
+26
-1
lines changed- .yarn/versions
- packages/plugin-git/sources
2 files changed
+26
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
259 | 259 | | |
260 | 260 | | |
261 | 261 | | |
262 | | - | |
| 262 | + | |
263 | 263 | | |
264 | 264 | | |
265 | 265 | | |
| |||
0 commit comments