gitk: Rename 'tagcontents' to 'cached_tagcontent'
authorDavid Aguilar <davvid@gmail.com>
Sat, 8 Sep 2012 19:53:16 +0000 (12:53 -0700)
committerJunio C Hamano <gitster@pobox.com>
Sun, 9 Sep 2012 03:25:09 +0000 (20:25 -0700)
commit587277fea3bf3bfc4302480178bd88a277a69f05
treedfce1a382e96f6c00726e2549e0848828765a266
parent9b5bdf5913f850d1fc72c4219f794e2de549957f
gitk: Rename 'tagcontents' to 'cached_tagcontent'

Name the 'tagcontents' variable similarly to the rest of the
variables cleared in the changedrefs() function.

This makes the naming consistent and provides a hint that it
should be cleared when reloading gitk's cache.

Suggested-by: Junio C Hamano <gitster@pobox.com>
Signed-off-by: David Aguilar <davvid@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
gitk