Vote for: Topic 908
From the log, I am not able to determine whether a Tag is local-only, or has been pushed to Remote as well.
Suggestion:
Local-only tags = translucent background
Pushed tags = solid background (as it is today)
There is no way to determine from the locally available information whether a tag is local only or exists in a remote as well.
Is not possible check on remote git which tags exists then compare with local ones?
This could take some time and the refresh performance would become worse.
http://stackoverflow.com/a/11308300/977819I would assume just:
This is no purely local operation and hence would take a significant time.
This entire topic may be related to the way you use tags: for instance, we are pushing tags immediately on creation, because we consider tags to be server-side always and don't have "local tags". Anything which is local will be a branch.
Customer support service by UserEcho
There is no way to determine from the locally available information whether a tag is local only or exists in a remote as well.
Is not possible check on remote git which tags exists then compare with local ones?
This could take some time and the refresh performance would become worse.
http://stackoverflow.com/a/11308300/977819
I would assume just:
This is no purely local operation and hence would take a significant time.
This entire topic may be related to the way you use tags: for instance, we are pushing tags immediately on creation, because we consider tags to be server-side always and don't have "local tags". Anything which is local will be a branch.