]> git.ipfire.org Git - thirdparty/git.git/commit
gitk: sort by ref type on the 'tags and heads' view
authorMichael Rappazzo <rappazzo@gmail.com>
Mon, 1 Jun 2015 15:05:25 +0000 (11:05 -0400)
committerJohannes Sixt <j6t@kdbg.org>
Sun, 20 Jul 2025 08:09:34 +0000 (10:09 +0200)
commitaa1a3e09930012abcb3f6c41a612425e03384e4d
tree4f8ba0419dd873028190cc8e8f50296ea770a460
parent8e34d8b1485743221d9a4068a89af8efc97c1d7b
gitk: sort by ref type on the 'tags and heads' view

In the 'tags and heads' view, the list of refs was globally sorted,
which caused the local ref list to be split around other ref list types.

This change re-orders the view to be: local refs, remote refs, tags,
and then other refs.

Signed-off-by: Michael Rappazzo <rappazzo@gmail.com>
Signed-off-by: Johannes Sixt <j6t@kdbg.org>
gitk