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

fix: assure Git index updates to refs are actually written. #161

Merged
merged 1 commit into from
Jan 28, 2024

Conversation

Byron
Copy link
Collaborator

@Byron Byron commented Jan 28, 2024

The remote git repository may alter its references in such a way that
local fast-forwards aren't possible anymore.

This happens regularly as the history will be squashed on the remote.

Now we forcefully store the updated references, which resolves
the issue that calling update() didn't seem to do anything despite
being busy (i.e. downloading a possibly huge pack, and resolving it).

The remote git repository may alter its references in such a way that
local fast-forwards aren't possible anymore.

This happens regularly as the history will be squashed on the remote.

Now we forcefully store the updated references, which resolves
the issue that calling `update()` didn't seem to do anything despite
being busy (i.e. downloading a possibly huge pack, and resolving it).
@Byron Byron merged commit 99e8fe1 into frewsxcv:master Jan 28, 2024
2 checks passed
@Byron Byron deleted the fix-index-update branch January 28, 2024 09:56
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