gitk: Second try to work around the command line limit on Windows
commit0e2ea4305f335223caef2d88033de25f4f5ba81a
authorSebastian Schuberth <sschuberth@gmail.com>
Wed, 10 Mar 2010 10:56:19 +0000 (10 11:56 +0100)
committerJohannes Schindelin <johannes.schindelin@gmx.de>
Sat, 12 Jun 2010 11:09:31 +0000 (12 13:09 +0200)
treefcf45f4f3c0b4beaeb5f29f81d89f786650c775a
parent2d2cd7a2f7139e3aee62044765ad33b0021760a8
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