fix(chore): Handle spaces in git command arguments (#5375)

* fix(chore): Handle spaces in git command arguments

* changelog

* Use splatting
This commit is contained in:
Rashil Gandhi
2023-02-07 04:55:54 +05:30
committed by GitHub
parent 68760de1e8
commit e2558ace75
4 changed files with 9 additions and 12 deletions

View File

@@ -12,7 +12,7 @@
### Code Refactoring
- **git:** Use Invoke-Git() with direct path to git.exe to prevent spawning shim subprocesses ([#5122](https://github.com/ScoopInstaller/Scoop/issues/5122))
- **git:** Use Invoke-Git() with direct path to git.exe to prevent spawning shim subprocesses ([#5122](https://github.com/ScoopInstaller/Scoop/issues/5122), [#5375](https://github.com/ScoopInstaller/Scoop/issues/5375))
- **scoop-download:** Output more detailed manifest information ([#5277](https://github.com/ScoopInstaller/Scoop/issues/5277))
### Tests