2025.34.4
·
53 commits
to master
since this release
fix: Resolve credential helper timeout syntax error
- Remove --timeout parameter from cache helper command
- Git doesn't accept parameters in credential.helper when using -c flag
- Properly handle credential helper commands in both Command.cs and GitProcessPool.cs
- Add special handling for cache and store helpers
- Update description to reflect default 15-minute timeout
Fixes error: 'QueryRemotes failed: unknown option: --timeout=3600'