author | Shawn O. Pearce <spearce@spearce.org> | |
Tue, 7 Nov 2006 09:26:02 +0000 (04:26 -0500) | ||
committer | Shawn O. Pearce <spearce@spearce.org> | |
Tue, 7 Nov 2006 09:26:02 +0000 (04:26 -0500) | ||
commit | 0d4f3eb5f330a53300e630c1ffe4ea1fa61f5dd9 | |
tree | 3d4671c82bc890310a211c30b209e2b5c21fb97f | tree | snapshot |
parent | 37af79d10d980418eaeca953c4ba1c08a85d37e9 | commit | diff |
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>
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 | diff | blob | history |