tg.sh: avoid schizophrenic caching
commit8c41b6b534d84deec0aac5868e1b2b3e98c118d2
authorKyle J. McKay <mackyle@gmail.com>
Mon, 27 Mar 2017 04:58:52 +0000 (26 21:58 -0700)
committerKyle J. McKay <mackyle@gmail.com>
Mon, 27 Mar 2017 04:58:52 +0000 (26 21:58 -0700)
treec1be115ba8db065b7b12071e6d23f4b4e8a3297f
parentcea02bc20f7a1eec2a8bfc64ed472a6b0de59140
tg.sh: avoid schizophrenic caching

In some cases the cache location was using the bare branch
name (wrong) and in other the full ref name (correct).

Fix this and use the full ref name everywhere when accessig
cache entries.

Signed-off-by: Kyle J. McKay <mackyle@gmail.com>
tg.sh