gitcfg: Simplify cache usage
commit599750b4ff9ff41c82810c82bcfb74e0dcb8d4e0
authorDavid Aguilar <davvid@gmail.com>
Sun, 22 Nov 2009 04:41:51 +0000 (21 20:41 -0800)
committerDavid Aguilar <davvid@gmail.com>
Sun, 22 Nov 2009 04:41:51 +0000 (21 20:41 -0800)
treecbd67299fe347b549150784b2ce2cf1529d3d027
parent1b8e0e9b7d7e87eae5bab06edd500edf4d56a165
gitcfg: Simplify cache usage

The stat cache is probably not very portable and doesn't lend
itself well to testing so bail on it.  We now use the raw
content of each config file as its cache key.

Signed-off-by: David Aguilar <davvid@gmail.com>
cola/gitcfg.py