Closed
Description
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
- git init
- gitui
- Press
2
and thenT
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
Activity