π Provide detailed reproduction steps (if any)
- Create a
mrgit.json configuration file containing a repository with no tags.
mrgit sync
mrgit st
βοΈ Expected result
No errors.
β Actual result
- An executed command for collecting the status ends with error:
fatal: No names found, cannot describe anything.
- The table status does not contain the repository.
β Possible solution
If a repository has no tags, we should not match anything. Not sure it helps π