feat: begin replacing git2 with direct remote listing (#1273)

This commit is contained in:
William Woodruff 2025-10-23 18:30:17 -04:00 committed by GitHub
parent e5287d3855
commit 343c3814fe
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
17 changed files with 724 additions and 238 deletions

View file

@ -18,7 +18,7 @@ of `zizmor`.
### Performance Improvements 🚄
* `zizmor`'s online mode is now significantly (40% to 90%) faster on
* `zizmor`'s online mode is now significantly (40% to over 95%) faster on
common workloads, thanks to a combination of caching improvements and
conversion of GitHub API requests into Git remote lookups (#1257)