author | Shawn O. Pearce <spearce@spearce.org> | |
Mon, 28 May 2007 15:22:13 +0000 (11:22 -0400) | ||
committer | Shawn O. Pearce <spearce@spearce.org> | |
Mon, 28 May 2007 21:50:41 +0000 (17:50 -0400) | ||
commit | cd12901b8f247bfcec161d5de658dae6c8185691 | |
tree | cea7e560076d7c708eb10288f3b61e8d71cf6ac5 | tree | snapshot |
parent | 26ae37d6fc9eeec27a0edf98c820b8a0b98e96f3 | commit | diff |
git-gui: Enable verbose Tcl loading earlier
When we are using our "non-optimized" tclIndex format (which is
just a list of filenames, in the order necessary for source'ing)
we are doing all of our loading before we even tested to see if
GITGUI_VERBOSE was set in the environment. This meant we never
showed the files as we sourced them into the environment.
Now we setup our overloaded auto_load and source scripts before
we attempt to define our library path, or source the scripts that
it mentions. This way GITGUI_VERBOSE is always honored if set.
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
When we are using our "non-optimized" tclIndex format (which is
just a list of filenames, in the order necessary for source'ing)
we are doing all of our loading before we even tested to see if
GITGUI_VERBOSE was set in the environment. This meant we never
showed the files as we sourced them into the environment.
Now we setup our overloaded auto_load and source scripts before
we attempt to define our library path, or source the scripts that
it mentions. This way GITGUI_VERBOSE is always honored if set.
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
git-gui.sh | diff | blob | history |