We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 support for git repositories using the sha256 object format.
Currently when using a sha256 git repo, all git functions of Zed fail/error.
Steps to trigger the problem:
mkdir /tmp/gitsha256 cd $_ git init --object-format sha256 echo "test" > file.txt git add file.txt git commit -m "Add file.txt" zed .
Log:
[2025-02-01T14:57:13+10:00 ERROR fs] Error { code: -21, klass: 6, message: "unknown object format 'sha256'" }`
Actual Behavior: Everything related to git doesn't work:
Expected Behavior: Everything related to git should work.
Zed: v0.171.4 (Zed) OS: Linux Wayland arch unknown Memory: 31.3 GiB Architecture: x86_64 GPU: AMD Radeon RX 6600 (RADV NAVI23) || radv || Mesa 24.3.4-arch1.1
The text was updated successfully, but these errors were encountered:
Thanks for clear steps -- I can reproduce.
Sorry, something went wrong.
No branches or pull requests
Summary
Add support for git repositories using the sha256 object format.
Currently when using a sha256 git repo, all git functions of Zed fail/error.
Steps to trigger the problem:
Log:
Actual Behavior: Everything related to git doesn't work:
Expected Behavior: Everything related to git should work.
Zed Version and System Specs
The text was updated successfully, but these errors were encountered: