Clint: I don't see a way to hide tags. You might consider raising a JIRA issue for the request.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I found a workaround... instead of cloning the repo do:
This will create a repo with no tags.
To keep it from pulling the tags add:
git config remote.origin.tagopt --no-tags
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.