summaryrefslogtreecommitdiff
path: root/lib/class.tcl
diff options
context:
space:
mode:
authorLibravatar Shawn O. Pearce <spearce@spearce.org>2007-06-11 19:06:10 -0400
committerLibravatar Shawn O. Pearce <spearce@spearce.org>2007-06-11 19:06:10 -0400
commit615b865358f32537bd4a7065a042de435e9413f3 (patch)
tree6a9bf7888b3e2323745adb59eca3d33bb4f2defe /lib/class.tcl
parentgit-gui: Changed blame header bar background to match main window (diff)
downloadtgif-615b865358f32537bd4a7065a042de435e9413f3.tar.xz
git-gui: Include 'war on whitespace' fixes from git.git
Earlier git.git applied a large "war on whitespace" patch that was created using 'apply --whitespace=strip'. Unfortunately a few of git-gui's own files got caught in the mix and were also cleaned up. That was a6080a0a44d5ead84db3dabbbc80e82df838533d. This patch is needed in git-gui.git to reapply those exact same changes here, otherwise our version generator script is unable to obtain our version number from git-describe when we are hosted in the git.git repository. Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
Diffstat (limited to 'lib/class.tcl')
-rw-r--r--lib/class.tcl1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/class.tcl b/lib/class.tcl
index 88b056522a..72494c1a1e 100644
--- a/lib/class.tcl
+++ b/lib/class.tcl
@@ -151,4 +151,3 @@ auto_mkindex_parser::command constructor {name args} {
[format { [list source [file join $dir %s]]} \
[file split $scriptFile]] "\n"
}
-