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
The algorithm here https://github.com/amykyta3/git-me-the-url/blob/main/gitmetheurl/base.py#L143 can take a very long time to process. This is apparent when operating with detached HEAD and an origin with many branches. In our case >2000 branches and the operation look several minutes.
This was discovered in our CI where the processing is done detached. There I don't think we have an option to stay attached to a branch.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The algorithm here https://github.com/amykyta3/git-me-the-url/blob/main/gitmetheurl/base.py#L143 can take a very long time to process. This is apparent when operating with detached HEAD and an origin with many branches. In our case >2000 branches and the operation look several minutes.
This was discovered in our CI where the processing is done detached. There I don't think we have an option to stay attached to a branch.
The text was updated successfully, but these errors were encountered: