summaryrefslogtreecommitdiff
path: root/lib/commit.tcl
diff options
context:
space:
mode:
authorShawn O. Pearce <spearce@spearce.org>2007-07-19 00:43:16 -0400
committerShawn O. Pearce <spearce@spearce.org>2007-07-19 00:43:16 -0400
commitd36cd968378cd3e509434b1b9f43f1417fdba57e (patch)
treeba77a3cc080d2d1df4fb0ed6494a58da8b0b014f /lib/commit.tcl
parenta870ddc0997881d5e73c0ec4562f3521274c5960 (diff)
git-gui: Avoid unnecessary global statements when possible
Running global takes slightly longer than just accessing the variable via its package name, especially if the variable is just only once in the procedure, or isn't even used at all in the procedure. So this is a minor cleanup for some of our commonly invoked procedures. Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
Diffstat (limited to 'lib/commit.tcl')
0 files changed, 0 insertions, 0 deletions