henrikruscon / hyper-statusline

Status Line Plugin for Hyper
MIT License
386 stars 79 forks source link

Use `--no-optional-locks` when checking git status. #94

Closed ReneeVandervelde closed 4 months ago

ReneeVandervelde commented 3 years ago

Scripts running status in the background should use the --no-optional-locks to prevent opportunistic locking.

This should fix an issue where operations fail due to the index being locked by status updates.

Fixes #32

ReneeVandervelde commented 4 months ago

Closing this because the project is abandoned.