git-gui: Cache all repo-config data in an array.
commit0d4f3eb5f330a53300e630c1ffe4ea1fa61f5dd9
authorShawn O. Pearce <spearce@spearce.org>
Tue, 7 Nov 2006 09:26:02 +0000 (7 04:26 -0500)
committerShawn O. Pearce <spearce@spearce.org>
Tue, 7 Nov 2006 09:26:02 +0000 (7 04:26 -0500)
tree3d4671c82bc890310a211c30b209e2b5c21fb97f
parent37af79d10d980418eaeca953c4ba1c08a85d37e9
git-gui: Cache all repo-config data in an array.

We're likely going to need key/value pairs from the repo-config beyond
just remote.*.url, so cache them all up front into a Tcl array where we
have fast access to them without needing to refork a repo-config --list
process.

Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
git-gui