gitk: Second try to work around the command line limit on Windows
commit160204121d4beabeede436491c5d9ab80f5b4778
authorSebastian Schuberth <sschuberth@gmail.com>
Wed, 10 Mar 2010 10:56:19 +0000 (10 11:56 +0100)
committerJohannes Schindelin <johannes.schindelin@gmx.de>
Fri, 11 Jun 2010 14:18:40 +0000 (11 16:18 +0200)
treea94ccffbf03498ab188a5906389a79e3079d3181
parentebbb231b9e8cb2913f52d4ece3527f298f248f0b
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