]> git.ipfire.org Git - thirdparty/git.git/commit - gitk-git/gitk
gitk: Add a window to list branches, tags and other references
authorPaul Mackerras <paulus@samba.org>
Mon, 20 Aug 2007 09:36:20 +0000 (19:36 +1000)
committerPaul Mackerras <paulus@samba.org>
Mon, 20 Aug 2007 09:36:20 +0000 (19:36 +1000)
commit887c996e4698dcb7ee95c48a98f7da2c3bae158b
tree798c41d6e498567ed477a9907d503317644f1c66
parentd1cb298b0b74972cc27c789e4c9ce6f324f25113
gitk: Add a window to list branches, tags and other references

This adds an entry to the File menu labelled "List references" which
pops up a window showing a sorted list of branches, tags, and other
references, with a little icon beside each to indicate what sort it
is.  The list only shows refs that point to a commit that is included
in the graph, and if you click on a ref, the corresponding commit
is selected in the main window.  The list of refs gets updated
dynamically.

Signed-off-by: Paul Mackerras <paulus@samba.org>
gitk