-
Notifications
You must be signed in to change notification settings - Fork 28
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
No tag info visible #44
Comments
What are the |
I have the same issue on fresh cloned repos. If I commit anything in the same repo where I use git-repo-info, the issue disappear. |
Seems plausible that the clone doesn't include tags by default? Can you try |
After a fresh cloning and some git-pulls, I see the bug:
Then git-repo-info provides: More interesting, if the git-pull contains new commits, the bug is then gone: Might it be something related to the missing parents after a fresh clone? |
A short way to reproduce the issue: You will see: Using |
Doesn't work for me either - I am using |
Any new information on this? This was working for me and then suddenly only |
Hello,
For one repository the tag information is shown correctly on mac and windows but not on Amazon Linux. What can be the issue? How to debug?
I am running this code:
ON MAC:
On Amazon linux (this is run jenkins slave machine - the code checkout and everything done in jenkisfile.)
The text was updated successfully, but these errors were encountered: