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
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majord...@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html