Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add GIT_OPTIONAL_LOCKS=0 for all git calls #9

Merged
merged 1 commit into from
Dec 17, 2019
Merged

Conversation

arl
Copy link
Owner

@arl arl commented Dec 17, 2019

This tells git to not perform operations that require locking.
After all gitstatus is used to retrieve the git status of a
repository, but this should not interfere with other
user-initiated operations that do require locking. This has the
effect of making git fetch, commit, pull, etc. prioritary with
respect to operations initiated by gitstatus.

This tells git to not perform operations that require locking.
After all gitstatus is used to retrieve the git status of a
repository, but this should not interfere with other
user-initiated operations that do require locking. This has the
effect of making git fetch, commit, pull, etc. prioritary with
respect to operations initiated by gitstatus.
@arl arl merged commit fb986c1 into master Dec 17, 2019
@arl arl deleted the add-git-no-optional-locks branch December 17, 2019 09:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant