diff options
author | Shawn O. Pearce <spearce@spearce.org> | 2007-06-11 19:06:15 -0400 |
---|---|---|
committer | Shawn O. Pearce <spearce@spearce.org> | 2007-06-11 19:06:15 -0400 |
commit | aa751960178af04673f88adca4988f94ffd7f2dc (patch) | |
tree | 614f2f7f8a688c9d838997e26edf0e0a7b3d1382 /lib | |
parent | 32af629ab57869f96f282e7f7839e84d1b8e22ca (diff) | |
parent | 615b865358f32537bd4a7065a042de435e9413f3 (diff) | |
download | git-aa751960178af04673f88adca4988f94ffd7f2dc.tar.gz git-aa751960178af04673f88adca4988f94ffd7f2dc.tar.xz |
Merge branch 'maint'
* maint:
git-gui: Include 'war on whitespace' fixes from git.git
Diffstat (limited to 'lib')
-rw-r--r-- | lib/class.tcl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/class.tcl b/lib/class.tcl index 88b056522..72494c1a1 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" } - |