gitk: Second try to work around the command line limit on Windows
commit5756bfec1fae7337142200d4bf7bdcc107064f40
authorSebastian Schuberth <sschuberth@gmail.com>
Wed, 10 Mar 2010 10:56:19 +0000 (10 11:56 +0100)
committerJohannes Schindelin <johannes.schindelin@gmx.de>
Wed, 7 Apr 2010 20:10:39 +0000 (7 22:10 +0200)
tree459709eb36dda9119bc2c56e181f389afdee4713
parent56a4a1237f8892d1d36d4c45e4b14683dfd2a8c4
gitk: Second try to work around the command line limit on Windows

The first fix caused Tcl to fail to compile the regexp, see msysGit issue
427. Here is another fix without using regexp, and using a more relaxed
command line length limit to fix the original issue 387.

Signed-off-by: Sebastian Schuberth <sschuberth@gmail.com>
Signed-off-by: Pat Thoyts <patthoyts@users.sourceforge.net>
gitk-git/gitk