aboutsummaryrefslogtreecommitdiff
path: root/lib/blame.tcl
diff options
context:
space:
mode:
authorShawn O. Pearce <spearce@spearce.org>2007-05-17 18:01:50 -0400
committerShawn O. Pearce <spearce@spearce.org>2007-05-17 18:10:26 -0400
commitb9e7efb8b5f7d424466dd1ce61fd20658f60543f (patch)
treeba359fd104fe245a67d0e194c985ed49cd5ec0e5 /lib/blame.tcl
parentd6da71a9d16b8cf27f9d8f90692d3625c849cbc8 (diff)
downloadgitgui-0.7.1.tar.gz
gitgui-0.7.1.tar.xz
git-gui: Gracefully handle bad TCL_PATH at compile timegitgui-0.7.1
Petr Baudis pointed out the main git.git repository's Makefile dies now if git-gui 0.7.0-rc1 or later is being used and TCL_PATH was not set to a working tclsh program path. This breaks people who may have a working build configuration today and suddenly upgrade to the latest git release. The tclIndex is required for git-gui to load its associated lib files, but using the Tcl auto_load procedure to source only the files we need is a performance optimization. We can emulate the auto_load by just source'ing every file in that directory, assuming we source class.tcl first to initialize our crude class system. Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
Diffstat (limited to 'lib/blame.tcl')
0 files changed, 0 insertions, 0 deletions