gitk: Second try to work around the command line limit on Windows
commitc57b92c1a1733e42d8497156db5596620c3ea7ca
authorSebastian Schuberth <sschuberth@gmail.com>
Wed, 10 Mar 2010 10:56:19 +0000 (10 11:56 +0100)
committerJohannes Schindelin <johannes.schindelin@gmx.de>
Mon, 12 Apr 2010 12:56:17 +0000 (12 14:56 +0200)
tree9e3ce96a279672bcd814e7afea5c597a9e4a234a
parent38cda0b0decd135fea7fcfc7fce75ab62e819c09
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