Temporarily disable the computation of treehashes (git-tree-sha1 and git-tree-sha256)#81
Open
DilumAluthge-LLM wants to merge 1 commit into
Conversation
1938212 to
65991e9
Compare
Co-authored-by: OpenAI Codex [GPT-5] <codex@openai.com>
65991e9 to
2900c06
Compare
git-tree-sha1 and git-tree-sha256)
Member
|
I have manually reviewed the changes in this PR (which just consist of commenting out some lines of code). |
This was referenced May 2, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR temporarily disables the computation of treehashes (
git-tree-sha1andgit-tree-sha256).We'll add this functionality back in the future, but we first need something like #67, because otherwise the builds will take too long (because computing the treehashes takes a long time).
This is a narrower alternative to #79. For example, this PR still keeps
git-tree-sha{1,256}as allowed optional fields in the schema and tests.🤖 Generated by OpenAI Codex.