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 (the branches that I am actively working on). This patch series adds a command line option to change the ordering of the view (`--sort-refs-by-type`) which will sort the refs 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 (2): gitk: alter the ordering for the "Tags and heads" view gitk: add an option to enable sorting the "Tags and heads" view by ref type gitk | 59 ++++++++++++++++++++++++++++++++++++++++++++++++++++------- 1 file changed, 52 insertions(+), 7 deletions(-) -- 2.7.2 -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html