Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: run
git add
for staged file chunks serially
This prevents race conditions with `git add` locking the repository. This mostly affects Windows users because on other platforms there is typically only one chunk.
- Loading branch information