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 regression in old git versions #7114

Merged
merged 1 commit into from
Oct 27, 2023
Merged

Conversation

deivid-rodriguez
Copy link
Member

What was the end-user or developer problem that led to this PR?

#6980 caused a regression for certain git versions still in use.

What is your fix for the problem, implemented in this PR?

Apparently this is a bug in git that can be workaround by setting the uploadpack.allowAnySHA1InWant config in the server side. So do just that whenever old gits may run into this issue.

Make sure the following tasks are checked

@deivid-rodriguez deivid-rodriguez changed the title Fix regression on old git versions Fix regression in old git versions Oct 26, 2023
@deivid-rodriguez deivid-rodriguez merged commit ec1bfd1 into master Oct 27, 2023
92 checks passed
@deivid-rodriguez deivid-rodriguez deleted the regression-on-old-gits branch October 27, 2023 18:59
deivid-rodriguez added a commit that referenced this pull request Nov 8, 2023
Fix regression in old git versions

(cherry picked from commit ec1bfd1)
deivid-rodriguez added a commit that referenced this pull request Nov 8, 2023
Fix regression in old git versions

(cherry picked from commit ec1bfd1)
deivid-rodriguez added a commit that referenced this pull request Nov 8, 2023
Fix regression in old git versions

(cherry picked from commit ec1bfd1)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants