git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Michael Rappazzo <rappazzo@gmail.com>
To: git@vger.kernel.org
Cc: paulus@samba.org, Michael Rappazzo <rappazzo@gmail.com>
Subject: [PATCH] gitk: Alter the ordering for the "Tags and heads" view
Date: Tue,  2 Jun 2015 07:11:09 -0400	[thread overview]
Message-ID: <1433243470-93392-1-git-send-email-rappazzo@gmail.com> (raw)

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

             reply	other threads:[~2015-06-02 11:11 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-06-02 11:11 Michael Rappazzo [this message]
2015-06-02 11:11 ` [PATCH] gitk: Alter the ordering for the "Tags and heads" view Michael Rappazzo
2015-08-13  0:43   ` Paul Mackerras

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1433243470-93392-1-git-send-email-rappazzo@gmail.com \
    --to=rappazzo@gmail.com \
    --cc=git@vger.kernel.org \
    --cc=paulus@samba.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).