git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] gitk: Alter the ordering for the "Tags and heads" view
@ 2015-06-02 11:11 Michael Rappazzo
  2015-06-02 11:11 ` Michael Rappazzo
  0 siblings, 1 reply; 3+ messages in thread
From: Michael Rappazzo @ 2015-06-02 11:11 UTC (permalink / raw)
  To: git; +Cc: paulus, 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).

Therefore, I have made this change to the ordering of the view.  It should
show up in the following order:

    local refs
    remote refs which are tracked (upstream) by local refs
    remote refs
    tags
    other refs

Each of these lists is independently sorted before being put into the main
ref list.  Also note that the upstream refs are _not_ duplicated in the 
remote refs list.

Michael Rappazzo (1):
  gitk: Alter the ordering for the "Tags and heads" view

 gitk-git/gitk | 48 ++++++++++++++++++++++++++++++++++++++++++------
 1 file changed, 42 insertions(+), 6 deletions(-)

-- 
2.4.2

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2015-08-13  0:43 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-06-02 11:11 [PATCH] gitk: Alter the ordering for the "Tags and heads" view Michael Rappazzo
2015-06-02 11:11 ` Michael Rappazzo
2015-08-13  0:43   ` Paul Mackerras

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).