Bug 390158 - Hierarchical layout for tags in Git Repositories view
Summary: Hierarchical layout for tags in Git Repositories view
Status: NEW
Alias: None
Product: EGit
Classification: Technology
Component: UI (show other bugs)
Version: 2.1   Edit
Hardware: All All
: P3 enhancement with 4 votes (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords: helpwanted
Depends on:
Blocks:
 
Reported: 2012-09-23 17:27 EDT by Stephan Herrmann CLA
Modified: 2020-02-10 07:50 EST (History)
5 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Stephan Herrmann CLA 2012-09-23 17:27:10 EDT
Given that branches can be displayed in a hierarchical layout, wouldn't it be nice and consistent if the same could also be applied to tags?
Comment 1 Robin Stocker CLA 2012-09-23 18:31:07 EDT
I assume you mean in the Git Repositories view?

Tags are usually versions or dates. Could you give an example how they could be shown in a hierarchical layout? Do you have an example use case?
Comment 2 Stephan Herrmann CLA 2012-09-23 18:38:44 EDT
(In reply to comment #1)
> I assume you mean in the Git Repositories view?

Yea, sorry, should've said so.
 
> Tags are usually versions or dates. Could you give an example how they could
> be shown in a hierarchical layout? Do you have an example use case?

Given that tags tend to accumulate to a very long list, back in the SVN days I got used to grouping them like:

builds/
releases/
safety/
...

the builds/ folder hosts the long list of dates, I typically don't want to see, releases are more interesting, etc. So, e.g., today's build would be tagged with "builds/201209232000"

Also: why not use per-committer tags like per-committer branches?

Is it only me who does such grouping?
Comment 3 Michael Schnell CLA 2013-03-20 03:48:21 EDT
+1 

We also have these very long lists of tags that are grouped this way. A hierarchical layout for tags would improve the usability of the view.
Comment 4 Chandrayya CLA 2013-12-04 23:03:17 EST
Yes. It's a very good feature. Also if we followed naming conventions for tags then we can filter these tags like resources in Package/Navigator view. See the question on SO http://stackoverflow.com/q/20348520/1391924
Comment 5 Stephan Herrmann CLA 2020-02-10 07:50:18 EST
Shouldn't this be a low hanging fruit, given that the same already works for branches (via an option)?