v1.2.2
Fixed
- Concurrency crash with multiple files from same repository: Fixed fatal crash when pulling multiple files from the same repository concurrently. The tool now groups files by repository and commit, creating a single shared clone per group instead of attempting multiple simultaneous clones to the same directory. This resolves the "Command returned non-zero exit status 128" error that occurred when using default concurrency settings
Full Changelog: v1.2.1...v1.2.2