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

Cannot show tags without remotes #1111

Closed
raphCode opened this issue Jan 27, 2022 · 1 comment · Fixed by #1112
Closed

Cannot show tags without remotes #1111

raphCode opened this issue Jan 27, 2022 · 1 comment · Fixed by #1112
Labels
bug Something isn't working
Milestone

Comments

@raphCode
Copy link

Describe the bug
If no remotes are configured, gitui exits with Error: git: inconclusive remotes when pressing T in the revlog, which should show the tags.

To Reproduce

  1. git init
  2. gitui
  3. Press 2 and then T

Expected behavior

git can list tags even without any remotes (git tag --list), gitui should also be able to do so.

Context:

  • Arch Linux
  • gitui 0.20.1
@extrawurst extrawurst added the bug Something isn't working label Jan 27, 2022
@extrawurst extrawurst added this to the v0.21 milestone Jan 27, 2022
@raphCode
Copy link
Author

thank you :)

appreciate the quick fix!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants