Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

Is there any way to hide tags?

CM September 27, 2013

I was wondering if there's a way to hide tags in the log view?

2 answers

1 accepted

1 vote
Answer accepted
Jeff Thomas
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
September 30, 2013

Clint: I don't see a way to hide tags. You might consider raising a JIRA issue for the request.

https://jira.atlassian.com/browse/SRCTREE

CM October 7, 2013
1 vote
CM November 18, 2015

I found a workaround... instead of cloning the repo do:

  1. mkdir <repo name>
  2. cd <repo name>
  3. git init
  4. git checkout -b tempBranch
  5. git branch -d master (because it is the initialized empty master branch)
  6. git remote add origin <repo url>
  7. git fetch --no-tags
  8. git checkout master
  9. git branch -D tempBranch

This will create a repo with no tags.

To keep it from pulling the tags add:

git config remote.origin.tagopt --no-tags

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events