Angel Hudgins ea466bc4e2 feat: add parallel execution with -j/--jobs flag
- Add -j/--jobs N flag to run N commits in parallel
- Use xargs -P for reliable parallel execution
- Refactor to use process_commit wrapper function
- Falls back to sequential when -j 1 or not specified
- Should provide 3-4x speedup when checking multiple commits
2026-01-16 18:38:34 +01:00
Description
No description provided
56 KiB
Languages
Shell 100%