[PATCH v2 1/2] gitk: alter the ordering for the "Tags and heads" view

2016-03-19 Thread Michael Rappazzo
In the "Tags and heads" view, the list of refs is globally sorted. Because of this, the list of local refs (heads) can be interrupted by the list of remote refs. This change re-orders the view to be: local refs, remote refs tracked by local refs, remote refs, tags, and then other refs.

Re: [PATCH v2 1/2] gitk: alter the ordering for the "Tags and heads" view

2016-03-19 Thread Paul Mackerras
On Fri, Mar 18, 2016 at 02:51:36PM -0400, Michael Rappazzo wrote: > In the "Tags and heads" view, the list of refs is globally sorted. > Because of this, the list of local refs (heads) can be interrupted by the > list of remote refs. This change re-orders the view to be: local refs, > remote refs