Re: [PATCH] gitk: Alter the ordering for the Tags and heads view

2015-08-12 Thread Paul Mackerras
On Tue, Jun 02, 2015 at 07:11:10AM -0400, Michael Rappazzo wrote: In the Tags and heads view, the list of refs is globally sorted. The list of local refs (heads) is separated by the remote refs. This change re-orders the view toi be: local refs, remote refs tracked by local refs, remote refs,

[PATCH] gitk: Alter the ordering for the Tags and heads view

2015-06-02 Thread Michael Rappazzo
In the Tags and heads view, the list of refs is globally sorted. The list of local refs (heads) is separated by the remote refs. This change re-orders the view toi be: local refs, remote refs tracked by local refs, remote refs, tags, and then other refs Signed-off-by: Michael Rappazzo

[PATCH] gitk: Alter the ordering for the Tags and heads view

2015-06-02 Thread Michael Rappazzo
In a codebase with a large number of remote branches, the Tags and heads view can split the local refs around the name remotes. I wanted to make this view more useful as a quick view of the refs that are important to me at the moment (I would say the branches that I am actively looking at).