Project

General

Profile

My git tags are not showing in Repository Tag dropdown

Added by Frank Church almost 14 years ago

I have tagged a number of commits to the repository, but the Tag dropdown on the Repository tab only shows the first few I made.

Is it a misconfiguration on my part, or a known bug?

/vfclists


Replies (2)

RE: My git tags are not showing in Repository Tag dropdown - Added by Felix Schäfer almost 14 years ago

I don't currently use git with redmine, but the code reading the tags is here: source:trunk/lib/redmine/scm/adapters/git_adapter.rb#L47 (at least for the trunk version). See if you find discrepancies between the output of this command on the bare repository redmine operates on, what Redmine is actually showing and what you have in your local copy. Furthermore, the bugtracker is searchable, so you can have a look for yourself to see if it is a known bug or not :-)

RE: My git tags are not showing in Repository Tag dropdown - Added by Frank Church almost 14 years ago

It turns out that git does not push tags automatically in all situations. git push --tags fixed the problem for me.

Thanks

    (1-2/2)