Skip to content

v1.2.2

Compare
Choose a tag to compare
@andrewmcwatters andrewmcwatters released this 11 Aug 17:34
· 51 commits to main since this release

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