commit | 194bbf6cc8c2f3c14a920c841841d66b7667a848 | [log] [tgz] |
---|---|---|
author | Pat Thoyts <patthoyts@users.sourceforge.net> | Mon May 18 22:46:01 2009 +0100 |
committer | Paul Mackerras <paulus@samba.org> | Tue May 19 08:57:29 2009 +1000 |
tree | 1036a0b409ff4fdc2f92ed0aa59d5f46c428631e | |
parent | 13d40b618a78ce236d103ab14272b07305f2f7c9 [diff] |
gitk: Handle msysGit version during version comparisons msysGit generates version strings with text appended which cannot be used with vcompare; trying to use them generates a Tcl error. Limit git_version to the first three digits which are the real git version to avoid this error. Signed-off-by: Pat Thoyts <patthoyts@users.sourceforge.net> Signed-off-by: Paul Mackerras <paulus@samba.org>