gitk: Second try to work around the command line limit on Windows
commitfaeb863a7f18ad4e7f671c68c637467169a497cc
authorSebastian Schuberth <sschuberth@gmail.com>
Wed, 10 Mar 2010 10:56:19 +0000 (10 11:56 +0100)
committerJohannes Schindelin <johannes.schindelin@gmx.de>
Thu, 8 Apr 2010 18:30:33 +0000 (8 20:30 +0200)
tree412e9e5f45b513500b2d1a7f5658843ed03bf38c
parent3b4f6cbfce4be76dd7f3310e8b74933d178988e5
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