You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you want to use this tool you either specify a local git repository at compile time or it will always clone a bare repository on every cargo-bisect-rustc run.
This is somewhat inconvenient and using the Github API is something one could do instead.
What are your thoughts about it? I'd like to implement it, maybe as a flag (--no-local-git-repo-is-available-so-use-github-instead-plz)
The text was updated successfully, but these errors were encountered:
If we can reliably use the GitHub API (without, e.g., hitting rate limits) then I would love to do that by default (with perhaps a flag to fallback to local git repo). Happy to accept a PR!
If you want to use this tool you either specify a local git repository at compile time or it will always clone a bare repository on every
cargo-bisect-rustc
run.This is somewhat inconvenient and using the Github API is something one could do instead.
What are your thoughts about it? I'd like to implement it, maybe as a flag (
--no-local-git-repo-is-available-so-use-github-instead-plz
)The text was updated successfully, but these errors were encountered: