]> git.ipfire.org Git - thirdparty/git.git/commit - gitk
Added re-read refs command, and display all refs.
authorPaul Mackerras <paulus@samba.org>
Fri, 19 Aug 2005 12:14:28 +0000 (22:14 +1000)
committerPaul Mackerras <paulus@samba.org>
Fri, 19 Aug 2005 12:14:28 +0000 (22:14 +1000)
commitf1d83ba34ccb4c7fa8c488a669eeaaba1adc68e0
tree0dd02d528374c51fa3f7bd4d4409f6e5c6b48044
parent04c13d38772c77997d8789ee2067cc351b66e2aa
Added re-read refs command, and display all refs.

These are features requested by Junio.  Any plain file under .git/refs
whose contents start with 40 hex characters is taken as a reference
and displayed like a head but with a light blue background (unless it
is in .git/refs/tags or .git/refs/heads, in which case it is displayed
as before).  There is now a "Reread references" menu item in the File
menu which re-reads all the plain files under .git/refs and redisplays
any references that have changed.
gitk