Skip to content
New issue

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

Commands do not complete in repositories with long commit history #34

Closed
seachicken opened this issue Feb 14, 2022 · 1 comment · Fixed by #35
Closed

Commands do not complete in repositories with long commit history #34

seachicken opened this issue Feb 14, 2022 · 1 comment · Fixed by #35

Comments

@seachicken
Copy link
Owner

Describe the bug
I waited a few tens of seconds and it was still loading.

$ gh poi
⠏ Fetching pull requests...

Your Environment

  • OS: macOS Catalina
  • gh --version: 2.5.0
  • gh-poi: 0.3.3
@seachicken
Copy link
Owner Author

This may be due to the fact that git branch --all --contains <oid> slows down when there are significantly more git branch --all

func (conn *Connection) GetAssociatedRefNames(oid string) (string, error) {

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant