Bug Fixes
-
quote Git paths in credential helper shell commands
The problem was that it uses the exe-path unquoted in a script that it
had to create as it's one form of credential managers. -
use onfigured shell arguments in gix-command
Construct default shell invocations with gix_path::env::shell_command()
instead of rebuilding a Command from shell(). This preserves platform-specific
arguments, notably --posix for the Git for Windows bin/sh.exe shim, while
leaving caller-provided shells unchanged.
Commit Statistics
- 6 commits contributed to the release over the course of 11 calendar days.
- 11 days passed between releases.
- 2 commits were understood as conventional.
- 1 unique issue was worked on: #2844
Commit Details
view details
- #2844
- Quote Git paths in credential helper shell commands (e0655e2)
- Uncategorized
- Verify credential helpers use decoded HTTP paths. (0334384)
- Merge pull request #2845 from GitoxideLabs/unqoted-sh-path (6c4619f)
- Merge pull request #2820 from GitoxideLabs/agent/fix-windows-shell-posix-mode (5a88ee7)
- Use onfigured shell arguments in gix-command (85f10fc)
- Merge pull request #2812 from GitoxideLabs/report-july (ae8845a)