hyper-statusline
hyper-statusline copied to clipboard
Use `--no-optional-locks` when checking git status.
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