Skip to content

Conversation

@pull
Copy link

@pull pull bot commented Dec 12, 2025

See Commits and Changes for more details.


Created by pull[bot] (v2.0.0-alpha.4)

Can you help keep this open source service alive? 💖 Please sponsor : )

The previous implementation of GetHeadTreeId called "git show -s". "-s"
suppresses the diff from the output, but it turns out git still performs
the diff operation internally. The inefficiency isn't necessarily an
issue, but we are running git.exe with the virtualization hook off so
if the objects required for the diff are not already downloaded the
command will fail.

The new implementation produces the same output, but doesn't try to do
a diff at all.
Fix GetHeadTreeId to only read head commit
@pull pull bot locked and limited conversation to collaborators Dec 12, 2025
@pull pull bot added the ⤵️ pull label Dec 12, 2025
@pull pull bot merged commit ef34a34 into cgallred:master Dec 12, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant