gitk: Second try to work around the command line limit on Windows
commit888ef1ec0c362a58a89b2427659351f315dae11c
authorSebastian Schuberth <sschuberth@gmail.com>
Wed, 10 Mar 2010 10:56:19 +0000 (10 11:56 +0100)
committerSebastian Schuberth <sschuberth@gmail.com>
Wed, 10 Mar 2010 11:33:42 +0000 (10 12:33 +0100)
treed0651e0421d0de865cc4d4d424563a66b00f1677
parent956d70ff7a4e2a281fe90a538624d62b1d0f1cf8
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